public class EquinoxLaunchSetupTask extends DefaultTask
Copies a bunch of OSGi plugins into a directory so that they can be launched as an equinox application.
Task.NamerTASK_ACTION, TASK_CONSTRUCTOR_ARGS, TASK_DEPENDS_ON, TASK_DESCRIPTION, TASK_GROUP, TASK_NAME, TASK_OVERWRITE, TASK_TYPE| Constructor and Description |
|---|
EquinoxLaunchSetupTask() |
| Modifier and Type | Method and Description |
|---|---|
void |
copyFiles() |
File |
getInstallDir() |
EquinoxLaunchSource |
getSource() |
EquinoxLaunchTask |
launchTask(Project project,
String name)
Creates a launch task in a specific project which depends on this SetupTask.
|
EquinoxLaunchTask |
launchTask(String name)
Creates a launch task which depends on this SetupTask.
|
EquinoxLaunchTask |
launchTask(String name,
Action<EquinoxLaunchTask> configure)
Creates a launch task which depends on this SetupTask.
|
void |
setInstallDir(File installDir) |
compareTo, configure, dependsOn, doFirst, doFirst, doFirst, doLast, doLast, doLast, finalizedBy, getActions, getAnt, getDependsOn, getDescription, getDestroyables, getDidWork, getEnabled, getExtensions, getFinalizedBy, getGroup, getInputs, getLocalState, getLogger, getLogging, getMustRunAfter, getName, getOutputs, getPath, getProject, getShouldRunAfter, getState, getTaskDependencies, getTemporaryDir, getTimeout, hasProperty, mustRunAfter, onlyIf, onlyIf, property, setActions, setDependsOn, setDescription, setDidWork, setEnabled, setFinalizedBy, setGroup, setMustRunAfter, setOnlyIf, setOnlyIf, setProperty, setShouldRunAfter, shouldRunAfter, usesServiceappendParallelSafeAction, doNotTrackState, getAsDynamicObject, getConvention, getIdentityPath, getImpliesSubProjects, getLifecycleDependencies, getOnlyIf, getReasonNotToTrackState, getReasonTaskIsIncompatibleWithConfigurationCache, getRequiredServices, getServices, getSharedResources, getStandardOutputCapture, getTaskActions, getTaskIdentity, getTemporaryDirFactory, hasTaskActions, injectIntoNewInstance, isCompatibleWithConfigurationCache, isEnabled, isHasCustomActions, notCompatibleWithConfigurationCache, prependParallelSafeAction, setImpliesSubProjectsclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdoNotTrackState, getConvention, notCompatibleWithConfigurationCachepublic void copyFiles()
throws IOException
IOExceptionpublic EquinoxLaunchTask launchTask(Project project, String name)
Creates a launch task in a specific project which depends on this SetupTask.
public EquinoxLaunchTask launchTask(String name)
Creates a launch task which depends on this SetupTask.
public EquinoxLaunchTask launchTask(String name, Action<EquinoxLaunchTask> configure)
Creates a launch task which depends on this SetupTask.
public EquinoxLaunchSource getSource()
public File getInstallDir()
public void setInstallDir(File installDir)