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
-
Method Summary
Modifier and TypeMethodDescriptionvoid
create()
The standardcreate
command.void
The standardcreate-app
command.void
The standardcreate-base
command.void
The standardcreate-lib
command.void
The standardcreate-rife2
command.static void
void
upgrade()
The standardupgrade
command.void
version()
The standardversion
command.Methods inherited from class rife.bld.BuildExecutor
arguments, buildAliases, buildCommands, execute, executeCommand, exitStatus, exitStatus, getCurrentCommandDefinition, getCurrentCommandName, hasProperty, help, offline, properties, property, property, setupProperties, start, workDirectory
-
Constructor Details
-
Cli
public Cli()
-
-
Method Details
-
create
The standardcreate
command.- 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-app
command.- 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-base
command.- 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-lib
command.- 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-rife2
command.- Throws:
Exception
- when an error occurred during the creation process- Since:
- 1.5
-
upgrade
The standardupgrade
command.- Throws:
Exception
- when an error occurred during the upgrade process- Since:
- 1.5
-
version
The standardversion
command.- Throws:
Exception
- Since:
- 1.5.2
-
main
- Throws:
Exception
-