Uses of Class
htmlcompiler.model.CommandType
-
Packages that use CommandType Package Description htmlcompiler.model -
-
Uses of CommandType in htmlcompiler.model
Methods in htmlcompiler.model that return CommandType Modifier and Type Method Description static CommandTypeCommandType. toCommandType(java.lang.String[] args, CommandType _default)static CommandTypeCommandType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static CommandType[]CommandType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in htmlcompiler.model with parameters of type CommandType Modifier and Type Method Description static CommandCommand. newCommand(CommandType type, java.io.File inputDir)static CommandTypeCommandType. toCommandType(java.lang.String[] args, CommandType _default)
-