Package org.jboss.windup.bootstrap.help
Class Help
- java.lang.Object
-
- org.jboss.windup.bootstrap.help.Help
-
public class Help extends Object
- Author:
- Jesse Sightler
-
-
Field Summary
Fields Modifier and Type Field Description static StringAVAILABLE_OPTIONstatic StringAVAILABLE_OPTIONSstatic StringTYPEstatic StringUI_TYPE
-
Constructor Summary
Constructors Constructor Description Help()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description List<OptionDescription>getOptions()static Helpload()static voidsave(org.jboss.forge.furnace.Furnace furnace)
-
-
-
Field Detail
-
TYPE
public static final String TYPE
- See Also:
- Constant Field Values
-
AVAILABLE_OPTIONS
public static final String AVAILABLE_OPTIONS
- See Also:
- Constant Field Values
-
AVAILABLE_OPTION
public static final String AVAILABLE_OPTION
- See Also:
- Constant Field Values
-
UI_TYPE
public static final String UI_TYPE
- See Also:
- Constant Field Values
-
-
Method Detail
-
getOptions
public List<OptionDescription> getOptions()
-
load
public static Help load()
-
save
public static void save(org.jboss.forge.furnace.Furnace furnace) throws IOException- Throws:
IOException
-
-