Class CLCommandInitialize
java.lang.Object
com.io7m.claypot.core.CLPAbstractCommand
com.io7m.changelog.cmdline.internal.CLAbstractCommand
com.io7m.changelog.cmdline.internal.CLCommandInitialize
- All Implemented Interfaces:
com.io7m.claypot.core.CLPCommandType
public final class CLCommandInitialize extends CLAbstractCommand
-
Nested Class Summary
-
Constructor Summary
Constructors Constructor Description CLCommandInitialize(com.io7m.claypot.core.CLPCommandContextType inContext)Construct a command. -
Method Summary
Modifier and Type Method Description com.io7m.claypot.core.CLPCommandType.StatusexecuteActual()java.lang.StringextendedHelp()java.lang.Stringname()Methods inherited from class com.io7m.changelog.cmdline.internal.CLAbstractCommand
error, info, messages
-
Constructor Details
-
CLCommandInitialize
public CLCommandInitialize(com.io7m.claypot.core.CLPCommandContextType inContext)Construct a command.- Parameters:
inContext- The command context
-
-
Method Details
-
executeActual
public com.io7m.claypot.core.CLPCommandType.Status executeActual() throws java.lang.Exception- Specified by:
executeActualin classcom.io7m.claypot.core.CLPAbstractCommand- Throws:
java.lang.Exception
-
name
public java.lang.String name() -
extendedHelp
public java.lang.String extendedHelp()
-