Class IdSCmdInitialize
java.lang.Object
com.io7m.claypot.core.CLPAbstractCommand
com.io7m.idstore.server.main.internal.IdSCmdInitialize
- All Implemented Interfaces:
com.io7m.claypot.core.CLPCommandType
public final class IdSCmdInitialize
extends com.io7m.claypot.core.CLPAbstractCommand
The "initialize" command.
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.io7m.claypot.core.CLPCommandType
com.io7m.claypot.core.CLPCommandType.Status -
Constructor Summary
ConstructorsConstructorDescriptionIdSCmdInitialize(com.io7m.claypot.core.CLPCommandContextType inContext) Construct a command. -
Method Summary
Methods inherited from class com.io7m.claypot.core.CLPAbstractCommand
commander, configuration, context, execute, logger, stringsMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.io7m.claypot.core.CLPCommandType
extendedHelp
-
Constructor Details
-
IdSCmdInitialize
public IdSCmdInitialize(com.io7m.claypot.core.CLPCommandContextType inContext) Construct a command.- Parameters:
inContext- The command context
-
-
Method Details
-
executeActual
- Specified by:
executeActualin classcom.io7m.claypot.core.CLPAbstractCommand- Throws:
Exception
-
name
-