|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectprotoj.lang.StandardCommands
public final class StandardCommands
These are all the commands that are added to the CommandStore on
behalf of the StandardProject.
| Constructor Summary | |
|---|---|
StandardCommands(StandardProject parent)
Create an instance with the owning parent project. |
|
| Method Summary | |
|---|---|
AjcCommand |
getAjcCommand()
Use this command to invoke ajc usually from a script to compile just the bootstrap portion of a project. |
ArchiveCommand |
getArchiveCommand()
Use this command to create one or more jar files from the parent resources and compiled classes. |
CleanCommand |
getCleanCommand()
Use this command to clean the generated content, not including the log file. |
CompileCommand |
getCompileCommand()
Use this command to perform in-code compilation. |
ConfigureCommand |
getConfigureCommand()
Use this command to apply profiles to the project. |
HelpCommand |
getHelpCommand()
Use this command to report parent information such as version strings and help text to stdout. |
JavacCommand |
getJavacCommand()
Use this command to invoke javac usually from a script to compile just the bootstrap portion of a project. |
JunitCommand |
getJunitCommand()
Use this command to exercise all junit tests under the source directory. |
PublishCommand |
getPublishCommand()
Use this command to publish parent artifacts. |
RetrieveCommand |
getRetrieveCommand()
Use this command to access the functionality for downloading dependencies. |
ScpCommand |
getScpCommand()
Use this command to copy project artifacts with the scp protocol. |
TarCommand |
getTarCommand()
Use this command to make a compressed tar of the parent. |
VerifyTarCommand |
getVerifyTarCommand()
Use this command to verify the correctness of a created parent tar. |
VersionCommand |
getVersionCommand()
Use this command to report version information to stdout. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public StandardCommands(StandardProject parent)
parent - | Method Detail |
|---|
public ScpCommand getScpCommand()
public ConfigureCommand getConfigureCommand()
public HelpCommand getHelpCommand()
public VersionCommand getVersionCommand()
public CleanCommand getCleanCommand()
public ArchiveCommand getArchiveCommand()
public JunitCommand getJunitCommand()
public TarCommand getTarCommand()
public VerifyTarCommand getVerifyTarCommand()
public RetrieveCommand getRetrieveCommand()
public CompileCommand getCompileCommand()
public JavacCommand getJavacCommand()
public AjcCommand getAjcCommand()
public PublishCommand getPublishCommand()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||