Package org.jboss.as.server
Class CommandLineArgumentUsageImpl
- java.lang.Object
-
- org.jboss.as.process.CommandLineArgumentUsage
-
- org.jboss.as.server.CommandLineArgumentUsageImpl
-
public class CommandLineArgumentUsageImpl extends CommandLineArgumentUsage
-
-
Field Summary
-
Fields inherited from class org.jboss.as.process.CommandLineArgumentUsage
instructions
-
-
Constructor Summary
Constructors Constructor Description CommandLineArgumentUsageImpl()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
init(ProductConfig productConfig)
static void
printUsage(ProductConfig productConfig, PrintStream out)
-
Methods inherited from class org.jboss.as.process.CommandLineArgumentUsage
addArguments, customUsage, usage
-
-
-
-
Method Detail
-
init
public static void init(ProductConfig productConfig)
-
printUsage
public static void printUsage(ProductConfig productConfig, PrintStream out)
-
-