public class App extends AppCmdLine implements org.apache.tools.ant.BuildListener
exitStatus, OPTION_DEBUG, OPTION_HELP, OPTION_HOME, OPTION_REMOTE_URL, PROPERTY_REMOTE_URL
Constructor and Description |
---|
App() |
Modifier and Type | Method and Description |
---|---|
protected void |
addExtraOptions(org.apache.commons.cli.Options options)
add extra command line options
|
void |
buildFinished(org.apache.tools.ant.BuildEvent be) |
void |
buildStarted(org.apache.tools.ant.BuildEvent be) |
void |
handleCommandLine(org.apache.commons.cli.CommandLine line)
handle the command line
|
static void |
main(java.lang.String[] argv)
The main for the program
|
void |
messageLogged(org.apache.tools.ant.BuildEvent be) |
void |
process()
process the program
|
void |
targetFinished(org.apache.tools.ant.BuildEvent be) |
void |
targetStarted(org.apache.tools.ant.BuildEvent be) |
void |
taskFinished(org.apache.tools.ant.BuildEvent be) |
void |
taskStarted(org.apache.tools.ant.BuildEvent be) |
abort, abortShowHelp, execute, getExtraPars, handleArgs, init, setDefaults, setExitFlg
protected void addExtraOptions(org.apache.commons.cli.Options options)
addExtraOptions
in class AppCmdLine
options
- the optionspublic void handleCommandLine(@Nonnull org.apache.commons.cli.CommandLine line) throws java.lang.Exception
handleCommandLine
in class AppCmdLine
line
- the linejava.lang.Exception
- a serious problem.public void process()
process
in class AppCmdLine
public static void main(java.lang.String[] argv)
argv
- The command line argumentspublic void buildStarted(org.apache.tools.ant.BuildEvent be)
buildStarted
in interface org.apache.tools.ant.BuildListener
public void buildFinished(org.apache.tools.ant.BuildEvent be)
buildFinished
in interface org.apache.tools.ant.BuildListener
public void targetStarted(org.apache.tools.ant.BuildEvent be)
targetStarted
in interface org.apache.tools.ant.BuildListener
public void targetFinished(org.apache.tools.ant.BuildEvent be)
targetFinished
in interface org.apache.tools.ant.BuildListener
public void taskStarted(org.apache.tools.ant.BuildEvent be)
taskStarted
in interface org.apache.tools.ant.BuildListener
public void taskFinished(org.apache.tools.ant.BuildEvent be)
taskFinished
in interface org.apache.tools.ant.BuildListener
public void messageLogged(org.apache.tools.ant.BuildEvent be)
messageLogged
in interface org.apache.tools.ant.BuildListener
stSoftware Copyright © 2001-2014 stSoftware All Rights Reserved.