org.apache.tools.ant.taskdefs.optional.unix
Class AbstractAccessTask
public abstract class AbstractAccessTask
protected boolean | isValidOs() - Automatically approve Unix OS's.
|
void | setAddsourcefile(boolean b) - Prevent the use of the addsourcefile atribute.
|
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 , addDirset , addFilelist , addFileset , checkConfiguration , createHandler , createMapper , createSrcfile , createTargetfile , getCommandline , getCommandline , getDirs , getFiles , getFilesAndDirs , runExec , runParallel , setAddsourcefile , setDest , setForce , setForwardslash , setIgnoremissing , setMaxParallel , setParallel , setRelative , setSkipEmptyFilesets , setType , setVerbose , setupRedirector |
addConfiguredRedirector , addEnv , checkConfiguration , createArg , createHandler , createWatchdog , execute , getResolveExecutable , isValidOs , logFlush , maybeSetResultPropertyValue , prepareExec , resolveExecutable , runExec , runExecute , setAppend , setCommand , setDir , setError , setErrorProperty , setExecutable , setFailIfExecutionFails , setFailonerror , setInput , setInputString , setLogError , setNewenvironment , setOs , setOutput , setOutputproperty , setResolveExecutable , setResultProperty , setSearchPath , setSpawn , setTimeout , setTimeout , setVMLauncher , setupRedirector |
execute , getDescription , getLocation , getOwningTarget , getRuntimeConfigurableWrapper , getTaskName , getTaskType , getWrapper , handleErrorFlush , handleErrorOutput , handleFlush , handleInput , handleOutput , init , isInvalid , log , log , maybeConfigure , perform , reconfigure , setDescription , setLocation , setOwningTarget , setRuntimeConfigurableWrapper , setTaskName , setTaskType |
AbstractAccessTask
public AbstractAccessTask()
Chmod task for setting file and directory permissions.
isValidOs
protected boolean isValidOs()
Automatically approve Unix OS's.
- isValidOs in interface ExecTask
setAddsourcefile
public void setAddsourcefile(boolean b)
Prevent the use of the addsourcefile atribute.
- setAddsourcefile in interface ExecuteOn
b
- A user supplied boolean we won't accept.
setCommand
public void setCommand(Commandline cmdl)
Prevent the user from specifying a different command.
- setCommand in interface ExecTask
cmdl
- A user supplied command line that we won't accept.
setFile
public void setFile(File src)
Set the file which should have its access attributes modified.
setSkipEmptyFilesets
public void setSkipEmptyFilesets(boolean skip)
Prevent the skipping of empty filesets
- setSkipEmptyFilesets in interface ExecuteOn
skip
- A user supplied boolean we won't accept.
Copyright © 2000-2006 Apache Software Foundation. All Rights Reserved.