ExecuteOn.FileDirBothdestDir, filesets, mapper, mapperElement, srcFilePos, srcIsFirst, targetFilePos, typecmdl, failOnError, newEnvironment, redirector, redirectorElement| Constructor and Description | 
|---|
| AbstractAccessTask()Chmod task for setting file and directory permissions. | 
| Modifier and Type | Method and Description | 
|---|---|
| protected boolean | isValidOs()Automatically approve Unix OS's. | 
| void | setAddsourcefile(boolean b)Prevent the use of the addsourcefile attribute. | 
| void | setCommand(Commandline cmdl)Prevent the user from specifying a different command. | 
| void | setFile(File src)Set the file which should have its access attributes modified. | 
| void | setSkipEmptyFilesets(boolean skip)Prevent the skipping of empty filesets | 
add, add, addDirset, addFilelist, addFileset, checkConfiguration, createHandler, createMapper, createSrcfile, createTargetfile, getCommandline, getCommandline, getDirs, getFiles, getFilesAndDirs, runExec, runParallel, setDest, setForce, setForwardslash, setIgnoremissing, setMaxParallel, setParallel, setRelative, setType, setupRedirector, setVerboseaddConfiguredRedirector, addEnv, createArg, createWatchdog, execute, getOs, getOsFamily, getResolveExecutable, logFlush, maybeSetResultPropertyValue, prepareExec, resolveExecutable, runExecute, setAppend, setDir, setError, setErrorProperty, setExecutable, setFailIfExecutionFails, setFailonerror, setInput, setInputString, setLogError, setNewenvironment, setOs, setOsFamily, setOutput, setOutputproperty, setResolveExecutable, setResultProperty, setSearchPath, setSpawn, setTimeout, setTimeout, setVMLauncherbindToOwner, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, getTaskType, getWrapper, handleErrorFlush, handleErrorOutput, handleFlush, handleInput, handleOutput, init, isInvalid, log, log, log, log, maybeConfigure, perform, reconfigure, setOwningTarget, setRuntimeConfigurableWrapper, setTaskName, setTaskTypeclone, getDescription, getLocation, getProject, setDescription, setLocation, setProjectpublic AbstractAccessTask()
protected boolean isValidOs()
public void setAddsourcefile(boolean b)
setAddsourcefile in class ExecuteOnb - A user supplied boolean we won't accept.public void setCommand(Commandline cmdl)
setCommand in class ExecTaskcmdl - A user supplied command line that we won't accept.public void setFile(File src)
src - the file to modifypublic void setSkipEmptyFilesets(boolean skip)
setSkipEmptyFilesets in class ExecuteOnskip - A user supplied boolean we won't accept.