Modifier and Type | Class and Description |
---|---|
class |
PathConvert.MapEntry
Helper class, holds the nested <map> values.
|
static class |
PathConvert.TargetOs
An enumeration of supported targets:
"windows", "unix", "netware", and "os/2".
|
Constructor and Description |
---|
PathConvert()
Construct a new instance of the PathConvert task.
|
Modifier and Type | Method and Description |
---|---|
void |
add(FileNameMapper fileNameMapper)
Add a nested filenamemapper.
|
void |
add(ResourceCollection rc)
Add an arbitrary ResourceCollection.
|
void |
addMapper(Mapper mapper)
Add a mapper to convert the file names.
|
PathConvert.MapEntry |
createMap()
Create a nested MAP element.
|
Path |
createPath()
Create a nested path element.
|
void |
execute()
Do the execution.
|
boolean |
isPreserveDuplicates()
Get the preserveDuplicates.
|
boolean |
isReference()
Learn whether the refid attribute of this element been set.
|
void |
setDirSep(String sep)
Set the default directory separator string;
defaults to current JVM
File.separator . |
void |
setPathSep(String sep)
Set the default path separator string; defaults to current JVM
File.pathSeparator . |
void |
setPreserveDuplicates(boolean preserveDuplicates)
Set the preserveDuplicates.
|
void |
setProperty(String p)
Set the name of the property into which the converted path will be placed.
|
void |
setRefid(Reference r)
Add a reference to a Path, FileSet, DirSet, or FileList defined elsewhere.
|
void |
setSetonempty(boolean setonempty)
Set whether the specified property will be set if the result
is the empty string.
|
void |
setTargetos(PathConvert.TargetOs target)
Set targetos to a platform to one of
"windows", "unix", "netware", or "os/2";
current platform settings are used by default.
|
bindToOwner, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, getTaskType, getWrapper, handleErrorFlush, handleErrorOutput, handleFlush, handleInput, handleOutput, init, isInvalid, log, log, log, log, maybeConfigure, perform, reconfigure, setOwningTarget, setRuntimeConfigurableWrapper, setTaskName, setTaskType
clone, getDescription, getLocation, getProject, setDescription, setLocation, setProject
public PathConvert()
public void add(FileNameMapper fileNameMapper)
fileNameMapper
- the mapper to add.public void add(ResourceCollection rc)
rc
- the ResourceCollection to add.public void addMapper(Mapper mapper)
mapper
- a Mapper
value.public PathConvert.MapEntry createMap()
public Path createPath()
public void execute() throws BuildException
execute
in class Task
BuildException
- if something is invalid.public boolean isPreserveDuplicates()
public boolean isReference()
public void setDirSep(String sep)
File.separator
.sep
- directory separator string.public void setPathSep(String sep)
File.pathSeparator
.sep
- path separator string.public void setPreserveDuplicates(boolean preserveDuplicates)
preserveDuplicates
- the boolean to setpublic void setProperty(String p)
p
- the property name.public void setRefid(Reference r)
r
- the reference to a path, fileset, dirset or filelist.public void setSetonempty(boolean setonempty)
setonempty
- true or false.public void setTargetos(PathConvert.TargetOs target)
target
- the target os