@CacheableTask
public class ExecuteBndTask
extends org.gradle.api.DefaultTask
| Constructor and Description |
|---|
ExecuteBndTask() |
| Modifier and Type | Method and Description |
|---|---|
void |
executeBnd() |
java.io.File |
getBaseDir() |
org.gradle.api.file.FileCollection |
getClasspath() |
java.io.File |
getOutputFile() |
java.util.Properties |
getProperties() |
org.gradle.api.file.FileCollection |
getResourceDirs() |
org.gradle.api.file.FileCollection |
getSourceDirs() |
boolean |
isFailOnError() |
boolean |
isWriteManifest() |
ExecuteBndTask |
properties(java.util.Map<java.lang.String,?> properties) |
ExecuteBndTask |
property(java.lang.String key,
java.lang.Object value) |
void |
setBaseDir(java.lang.Object baseDir) |
void |
setClasspath(org.gradle.api.file.FileCollection classpath) |
void |
setFailOnError(boolean failOnError) |
void |
setOutputFile(java.lang.Object outputFile) |
void |
setProperties(java.util.Map<java.lang.String,?> properties) |
void |
setResourceDirs(org.gradle.api.file.FileCollection resourceDirs) |
void |
setSourceDirs(org.gradle.api.file.FileCollection sourceDirs) |
void |
setWriteManifest(boolean writeManifest) |
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, onlyIf, property, setActions, setDependsOn, setDescription, setDidWork, setEnabled, setFinalizedBy, setGroup, setMustRunAfter, setOnlyIf, setOnlyIf, setOnlyIf, setProperty, setShouldRunAfter, shouldRunAfter, usesServiceacceptServiceReferences, appendParallelSafeAction, doNotTrackState, getAsDynamicObject, getConvention, getIdentityPath, getImpliesSubProjects, getLifecycleDependencies, getOnlyIf, getReasonNotToTrackState, getReasonTaskIsIncompatibleWithConfigurationCache, getRequiredServices, getServices, getSharedResources, getStandardOutputCapture, getTaskActions, getTaskIdentity, getTemporaryDirFactory, hasTaskActions, injectIntoNewInstance, isCompatibleWithConfigurationCache, isEnabled, isHasCustomActions, notCompatibleWithConfigurationCache, prependParallelSafeAction, setImpliesSubProjectspublic void executeBnd()
throws java.lang.Exception
java.lang.Exception@InputDirectory @PathSensitive(value=RELATIVE) public java.io.File getBaseDir()
@InputFiles @PathSensitive(value=RELATIVE) public org.gradle.api.file.FileCollection getClasspath()
@OutputFile public java.io.File getOutputFile()
@Input public java.util.Properties getProperties()
@InputFiles @PathSensitive(value=RELATIVE) public org.gradle.api.file.FileCollection getResourceDirs()
@InputFiles @PathSensitive(value=RELATIVE) public org.gradle.api.file.FileCollection getSourceDirs()
@Input public boolean isFailOnError()
@Input public boolean isWriteManifest()
public ExecuteBndTask properties(java.util.Map<java.lang.String,?> properties)
public ExecuteBndTask property(java.lang.String key, java.lang.Object value)
public void setBaseDir(java.lang.Object baseDir)
public void setClasspath(org.gradle.api.file.FileCollection classpath)
public void setFailOnError(boolean failOnError)
public void setOutputFile(java.lang.Object outputFile)
public void setProperties(java.util.Map<java.lang.String,?> properties)
public void setResourceDirs(org.gradle.api.file.FileCollection resourceDirs)
public void setSourceDirs(org.gradle.api.file.FileCollection sourceDirs)
public void setWriteManifest(boolean writeManifest)