Package com.diffplug.gradle.p2
Class Repo2Runnable
java.lang.Object
com.diffplug.gradle.eclipserunner.EclipseApp
com.diffplug.gradle.p2.Repo2Runnable
Models the repo2runnable application.
-
Nested Class Summary
Nested classes/interfaces inherited from class com.diffplug.gradle.eclipserunner.EclipseApp
EclipseApp.AntRunner -
Field Summary
Fields inherited from class com.diffplug.gradle.eclipserunner.EclipseApp
args -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoiddestination(File file) Adds the given location as a destination.voidRuns this application, downloading a small bootstrapper if necessary.voidrunUsingBootstrapper(Project project) Runs this application, downloading a small bootstrapper if necessary.voidAdds the given location as a source.Methods inherited from class com.diffplug.gradle.eclipserunner.EclipseApp
addArg, addArg, clean, completeState, consolelog, runUsing, toArgList, toString
-
Constructor Details
-
Repo2Runnable
public Repo2Runnable()
-
-
Method Details
-
source
Adds the given location as a source. -
destination
Adds the given location as a destination. -
runUsingBootstrapper
Runs this application, downloading a small bootstrapper if necessary.- Throws:
Exception
-
runUsingBootstrapper
Runs this application, downloading a small bootstrapper if necessary.- Throws:
Exception
-