public class Deb extends Unix
| Constructor and Description |
|---|
Deb() |
| Modifier and Type | Method and Description |
|---|---|
void |
build()
The platform depending build.
|
java.lang.String |
getArchitecture()
The current architecture
|
java.lang.String |
getChanges() |
java.lang.String |
getInstallSize() |
java.lang.String |
getLintianOptions()
Return the options used for the 'lintian' process.
|
java.lang.String |
getMaintainerEmail() |
java.lang.String |
getPriority() |
java.lang.String |
getRecommends()
The recommended package dependencies
|
void |
setChanges(java.lang.String changes) |
void |
setCheckPackage(boolean checkPackage) |
void |
setInstallSize(java.lang.String installSize) |
void |
setLintianOptions(java.lang.String lintianOptions)
Set the options used for the 'linting' process.
|
void |
setMaintainerEmail(java.lang.String maintainerEmail) |
void |
setPriority(java.lang.String priority) |
void |
setRecommends(java.lang.String recommends)
Sets the recommended package dependencies
|
boolean |
shouldCheckPackage() |
getAdditionalServiceScript, getBundleJre, getDefaultServiceFile, getDepends, getHomepage, getInstallationRoot, getSection, getServicePostScript, getServicePreScript, getVariablesTemplate, setAdditionalServiceScript, setArchitecture, setBundleJre, setDefaultServiceFile, setDepends, setHomepage, setInstallationRoot, setSection, setServicePostScript, setServicePreScript, setStartDefaultService, shouldStartDefaultServicegetDaemonUser, isUseInitD, setDaemonUser, setUseInitDgetPostinst, getPostrm, getPreinst, getPrerm, getSetupBuilder, setPostinst, setPostrm, setPreinst, setPrermaction, 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, doFirst, doLast, doLast, doLast, execute, finalizedBy, getActions, getAnt, getAsDynamicObject, getConvention, getDependsOn, getDestroyables, getDidWork, getEnabled, getExecuter, getExtensions, getFinalizedBy, getGroup, getIdentityPath, 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, newInputFile, newOutputDirectory, newOutputFile, 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 void build()
build in class AbstractTask@Input @Optional public java.lang.String getPriority()
public void setPriority(java.lang.String priority)
@Input @Optional public java.lang.String getInstallSize()
public void setInstallSize(java.lang.String installSize)
@Input @Optional public java.lang.String getRecommends()
UnixgetRecommends in class Unixpublic void setRecommends(java.lang.String recommends)
UnixsetRecommends in class Unixrecommends - package dependenciespublic boolean shouldCheckPackage()
public void setCheckPackage(boolean checkPackage)
@Input public java.lang.String getLintianOptions()
public void setLintianOptions(java.lang.String lintianOptions)
lintianOptions - the lintianOptions to set@Input @Optional public java.lang.String getMaintainerEmail()
public void setMaintainerEmail(java.lang.String maintainerEmail)
@Input @Optional public java.lang.String getChanges()
public void setChanges(java.lang.String changes)
@Input public java.lang.String getArchitecture()
UnixgetArchitecture in class Unix