Package rife.bld
Class Cli
java.lang.Object
rife.bld.BuildExecutor
rife.bld.Cli
Implements the CLI build executor that is available when running
the bld jar as an executable jar.
- Since:
- 1.5
-
Field Summary
Fields inherited from class rife.bld.BuildExecutor
BLD_PROPERTIES, BLD_USER_DIR, LOCAL_PROPERTIES, RIFE2_USER_DIR, showStacktrace -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidcreate()The standardcreatecommand.voidThe standardcreate-appcommand.voidThe standardcreate-basecommand.voidThe standardcreate-libcommand.voidThe standardcreate-rife2command.static voidvoidupgrade()The standardupgradecommand.voidversion()The standardversioncommand.Methods inherited from class rife.bld.BuildExecutor
arguments, buildAliases, buildCommands, execute, executeCommand, exitStatus, exitStatus, getCurrentCommandDefinition, getCurrentCommandName, hasProperty, help, offline, offline, properties, property, property, resolveCommand, setupProperties, showStacktrace, showStacktrace, start, verbose, verbose, workDirectory
-
Constructor Details
-
Cli
public Cli()
-
-
Method Details
-
create
The standardcreatecommand.- Throws:
Exception- when an error occurred during the creation process- Since:
- 1.7
-
createApp
@BuildCommand(value="create-app", alias="create-blank", help=CreateAppHelp.class) public void createApp() throws ExceptionThe standardcreate-appcommand.- Throws:
Exception- when an error occurred during the creation process- Since:
- 1.9
-
createBase
@BuildCommand(value="create-base", help=CreateBaseHelp.class) public void createBase() throws ExceptionThe standardcreate-basecommand.- Throws:
Exception- when an error occurred during the creation process- Since:
- 1.5.20
-
createLib
@BuildCommand(value="create-lib", help=CreateLibHelp.class) public void createLib() throws ExceptionThe standardcreate-libcommand.- Throws:
Exception- when an error occurred during the creation process- Since:
- 1.6
-
createRife2
@BuildCommand(value="create-rife2", help=CreateRife2Help.class) public void createRife2() throws ExceptionThe standardcreate-rife2command.- Throws:
Exception- when an error occurred during the creation process- Since:
- 1.5
-
upgrade
The standardupgradecommand.- Throws:
Exception- when an error occurred during the upgrade process- Since:
- 1.5
-
version
The standardversioncommand.- Throws:
Exception- Since:
- 1.5.2
-
main
- Throws:
Exception
-