public abstract class AbstractSetupTask extends AbstractTask
| Constructor and Description |
|---|
AbstractSetupTask(java.lang.String extension)
Constructor with indication to artifact result Runs with the default SetupBuilder for dmg, msi ...
|
| Modifier and Type | Method and Description |
|---|---|
java.util.ArrayList<java.lang.String> |
getPostinst()
Returns the postinst that should be used in the 'postinst' config file.
|
java.util.ArrayList<java.lang.String> |
getPostrm()
Returns the postrm that should be used in the 'postrm' config file.
|
java.util.ArrayList<java.lang.String> |
getPreinst()
Returns the preinst that should be used in the 'preinst' config file.
|
java.util.ArrayList<java.lang.String> |
getPrerm()
Returns the prerm that should be used in the 'prerm' config file.
|
SetupBuilder |
getSetupBuilder()
Get the setup builder extension.
|
void |
setPostinst(java.lang.String postinst)
Adds the content for the 'postinst' config file.
|
void |
setPostrm(java.lang.String postrm)
Adds the content for the 'postrm' config file.
|
void |
setPreinst(java.lang.String preinst)
Adds the content for the 'preinst' config file.
|
void |
setPrerm(java.lang.String prerm)
Adds the content for the 'prerm' config file.
|
action, build, copyTo, getAbstractSetupBuilder, getClassifier, getDescription, getExtension, getFileLookup, getFileResolver, getFileSystem, getInstantiator, getRootSpec, getSetupFile, getSetupSource, getSource, getVersion, processFiles, setClassifier, setExtension, setVersionaddValidator, appendParallelSafeAction, compareTo, configure, deleteAllActions, dependsOn, dependsOnTaskDidWork, doFirst, doFirst, doLast, doLast, execute, finalizedBy, getActionClassLoaders, getActions, getAnt, getAsDynamicObject, getConvention, getDependsOn, getDidWork, getEnabled, getExecuter, getExtensions, getFinalizedBy, getGroup, getImpliesSubProjects, getInputs, getLogger, getLogging, getMustRunAfter, getName, getOnlyIf, getOutputs, getPath, getProject, getServices, getShouldRunAfter, getStandardOutputCapture, getState, getTaskActions, getTaskDependencies, getTemporaryDir, getTemporaryDirFactory, getValidators, hasProperty, injectIntoNewInstance, isEnabled, isHasCustomActions, leftShift, mustRunAfter, onlyIf, onlyIf, prependParallelSafeAction, property, setActions, setDependsOn, setDescription, setDidWork, setEnabled, setExecuter, setFinalizedBy, setGroup, setImpliesSubProjects, setMustRunAfter, setOnlyIf, setOnlyIf, setProperty, setShouldRunAfter, shouldRunAfter, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waiteachFile, eachFile, exclude, exclude, exclude, exclude, expand, filesMatching, filesMatching, filesNotMatching, filesNotMatching, filter, filter, filter, filter, from, from, from, getDirMode, getDuplicatesStrategy, getExcludes, getFileMode, getFilteringCharset, getIncludeEmptyDirs, getIncludes, include, include, include, include, into, into, into, isCaseSensitive, rename, rename, rename, rename, setCaseSensitive, setDirMode, setDuplicatesStrategy, setExcludes, setFileMode, setFilteringCharset, setIncludeEmptyDirs, setIncludes, withpublic AbstractSetupTask(java.lang.String extension)
extension - of the setuppublic SetupBuilder getSetupBuilder()
public java.util.ArrayList<java.lang.String> getPreinst()
public void setPreinst(java.lang.String preinst)
preinst - the content for the entrypublic java.util.ArrayList<java.lang.String> getPostinst()
public void setPostinst(java.lang.String postinst)
postinst - the value for the entrypublic java.util.ArrayList<java.lang.String> getPrerm()
public void setPrerm(java.lang.String prerm)
prerm - the value for the entrypublic java.util.ArrayList<java.lang.String> getPostrm()
public void setPostrm(java.lang.String postrm)
postrm - the value for the entry