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 'lintian' 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, getDefaultServiceFile, getDepends, getHomepage, getInstallationRoot, getSection, getVariablesTemplate, setAdditionalServiceScript, setArchitecture, setDefaultServiceFile, setDepends, setHomepage, setInstallationRoot, setSection, setStartDefaultService, shouldStartDefaultServicegetDaemonUser, setDaemonUsergetPostinst, 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, 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, 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 AbstractTaskpublic java.lang.String getPriority()
public void setPriority(java.lang.String priority)
public java.lang.String getInstallSize()
public void setInstallSize(java.lang.String installSize)
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)
public java.lang.String getLintianOptions()
public void setLintianOptions(java.lang.String lintianOptions)
lintianOptions - the lintianOptions to setpublic java.lang.String getMaintainerEmail()
public void setMaintainerEmail(java.lang.String maintainerEmail)
public java.lang.String getChanges()
public void setChanges(java.lang.String changes)
public java.lang.String getArchitecture()
UnixgetArchitecture in class Unix