public abstract class AbstractUnixSetupTask extends AbstractSetupTask
| Constructor and Description |
|---|
AbstractUnixSetupTask(java.lang.String extension) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDaemonUser()
Returns the user with which the daemon should be running.
|
boolean |
isUseInitD()
Checks if the installer should use the old outdated InitD format
|
void |
setDaemonUser(java.lang.String daemonUser)
Sets the user with which the daemon should be running.
|
void |
setUseInitD(boolean useInitD)
Specifies if the installer should use the old outdated InitD format.
|
getPostinst, getPostrm, getPreinst, getPrerm, getSetupBuilder, setPostinst, setPostrm, setPreinst, setPrermaction, build, copyTo, getAbstractSetupBuilder, getClassifier, getDescription, getDocumentationRegistry, getExtension, getFileLookup, getFileResolver, getFileSystem, getInstantiator, getObjectFactory, getRootSpec, getSetupFile, getSetupSource, getSource, getVersion, processFiles, setClassifier, setExtension, setVersioncompareTo, configure, dependsOn, doFirst, doFirst, doFirst, doLast, doLast, doLast, finalizedBy, getActions, getAnt, getDependsOn, 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, getAsDynamicObject, getConvention, getIdentityPath, getImpliesSubProjects, getOnlyIf, getRequiredServices, getServices, getSharedResources, getStandardOutputCapture, getTaskActions, getTaskIdentity, getTemporaryDirFactory, hasTaskActions, injectIntoNewInstance, isEnabled, isHasCustomActions, prependParallelSafeAction, setImpliesSubProjectsclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waiteachFile, eachFile, exclude, exclude, exclude, exclude, expand, 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, with@Input public java.lang.String getDaemonUser()
public void setDaemonUser(java.lang.String daemonUser)
daemonUser - the user to be used for the daemon@Input public boolean isUseInitD()
public void setUseInitD(boolean useInitD)
useInitD - true if the old init.d format should be used.