public abstract class ArchiveConfigurationCommand extends Object
Base class for all commands that update the archive configuration. This base class and its children are designed to build a closed class-hierarchy for all commands related to archive configuration operations.
The getCommandType()
method can be used to identify the exact type
of the command and to cast it to that type subsequently. This method returns
one of the following enum values, representing the respective class.
Modifier and Type | Class and Description |
---|---|
static class |
ArchiveConfigurationCommand.Type
Type of an
ArchiveConfigurationCommand . |
Modifier and Type | Method and Description |
---|---|
abstract ArchiveConfigurationCommand.Type |
getCommandType()
Returns the type of the actual command type.
|
public abstract ArchiveConfigurationCommand.Type getCommandType()
ArchiveConfigurationCommand
class or the ArchiveConfigurationCommand.Type
enum
for a list of types. The return value is never null
.Copyright © 2011–2017 aquenos GmbH. All rights reserved.