Class ChannelInitializeCommand
- java.lang.Object
-
- org.wildfly.prospero.cli.commands.AbstractCommand
-
- org.wildfly.prospero.cli.commands.channel.ChannelInitializeCommand
-
public class ChannelInitializeCommand extends AbstractCommand
-
-
Field Summary
Fields Modifier and Type Field Description static StringCUSTOM_CHANNELS_GROUP_IDstatic StringCUSTOMIZATION_REPO_IDstatic StringDEFAULT_CUSTOMIZATION_REPOSITORY-
Fields inherited from class org.wildfly.prospero.cli.commands.AbstractCommand
actionFactory, console
-
-
Constructor Summary
Constructors Constructor Description ChannelInitializeCommand(CliConsole console, ActionFactory actionFactory)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Integercall()-
Methods inherited from class org.wildfly.prospero.cli.commands.AbstractCommand
determineInstallationDirectory, verifyTargetDirectoryIsEmpty
-
-
-
-
Field Detail
-
CUSTOMIZATION_REPO_ID
public static final String CUSTOMIZATION_REPO_ID
- See Also:
- Constant Field Values
-
CUSTOM_CHANNELS_GROUP_ID
public static final String CUSTOM_CHANNELS_GROUP_ID
- See Also:
- Constant Field Values
-
DEFAULT_CUSTOMIZATION_REPOSITORY
public static final String DEFAULT_CUSTOMIZATION_REPOSITORY
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
ChannelInitializeCommand
public ChannelInitializeCommand(CliConsole console, ActionFactory actionFactory)
-
-