org.apache.tools.ant.taskdefs
Class Truncate
- Cloneable
Set the length of one or more files, as the intermittently available
truncate Unix utility/function.
void | add(ResourceCollection rc)- Add a nested (filesystem-only) ResourceCollection.
|
void | execute()- .
|
void | setAdjust(Long adjust)- Set the amount by which files' lengths should be adjusted.
|
void | setCreate(boolean create)- Set whether to create nonexistent files.
|
void | setFile(File f)- Set a single target File.
|
void | setLength(Long length)- Set the length to which files should be set.
|
void | setMkdirs(boolean mkdirs)- Set whether, when creating nonexistent files, nonexistent directories
should also be created.
|
bindToOwner, execute, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, getTaskType, getWrapper, handleErrorFlush, handleErrorOutput, handleFlush, handleInput, handleOutput, init, isInvalid, log, log, log, log, maybeConfigure, perform, reconfigure, setOwningTarget, setRuntimeConfigurableWrapper, setTaskName, setTaskType |
add
public void add(ResourceCollection rc)
Add a nested (filesystem-only) ResourceCollection.
rc - the ResourceCollection to add.
execute
public void execute()
.
- execute in interface Task
setAdjust
public void setAdjust(Long adjust)
Set the amount by which files' lengths should be adjusted.
It is permissible to append K / M / G / T / P.
adjust - (positive or negative) adjustment amount.
setCreate
public void setCreate(boolean create)
Set whether to create nonexistent files.
create - boolean, default true.
setFile
public void setFile(File f)
Set a single target File.
setLength
public void setLength(Long length)
Set the length to which files should be set.
It is permissible to append K / M / G / T / P.
length - (positive) adjustment amount.
setMkdirs
public void setMkdirs(boolean mkdirs)
Set whether, when creating nonexistent files, nonexistent directories
should also be created.
mkdirs - boolean, default false.