Package org.jboss.windup.bootstrap
Class Bootstrap
- java.lang.Object
-
- org.jboss.windup.bootstrap.Bootstrap
-
public class Bootstrap extends Object
A class with a main method to bootstrap Windup.- Author:
- Matej Briskar, George Gastaldi, Lincoln Baxter, III
-
-
Field Summary
Fields Modifier and Type Field Description static StringWINDUP_HOME
-
Constructor Summary
Constructors Constructor Description Bootstrap()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static org.jboss.forge.furnace.versions.VersiongetRuntimeAPIVersion()static FilegetUserWindupDir()static StringgetVersion()static StringgetVersionString()static voidmain(String[] args)static booleanprompt(String message, boolean defaultValue, boolean batchMode)static StringpromptForListItem(String message, Collection<String> items, String defaultValue)
-
-
-
Field Detail
-
WINDUP_HOME
public static final String WINDUP_HOME
- See Also:
- Constant Field Values
-
-
Method Detail
-
main
public static void main(String[] args)
-
promptForListItem
public static String promptForListItem(String message, Collection<String> items, String defaultValue)
-
prompt
public static boolean prompt(String message, boolean defaultValue, boolean batchMode)
-
getVersion
public static String getVersion()
-
getVersionString
public static String getVersionString()
-
getRuntimeAPIVersion
public static org.jboss.forge.furnace.versions.Version getRuntimeAPIVersion()
-
getUserWindupDir
public static File getUserWindupDir()
-
-