public class Repo2Runnable extends EclipseApp
Models the repo2runnable application.
EclipseApp.AntRunner
args
Constructor and Description |
---|
Repo2Runnable() |
Modifier and Type | Method and Description |
---|---|
void |
destination(File file)
Adds the given location as a destination.
|
void |
runUsingBootstrapper()
Runs this application, downloading a small bootstrapper if necessary.
|
void |
runUsingBootstrapper(Project project)
Runs this application, downloading a small bootstrapper if necessary.
|
void |
source(File file)
Adds the given location as a source.
|
addArg, addArg, clean, completeState, consolelog, runUsing, toArgList, toString
public void source(File file)
Adds the given location as a source.
public void destination(File file)
Adds the given location as a destination.
public void runUsingBootstrapper() throws Exception
Runs this application, downloading a small bootstrapper if necessary.
Exception