net.sf.antcontrib.cpptasks
public final class DistributerMap extends DataType
Constructor Summary | |
---|---|
DistributerMap()
Constructor.
|
Method Summary | |
---|---|
void | execute()
Required by documentation generator. |
File | getLocal()
Gets local directory. |
String | getRemote()
Gets remote name for directory. |
boolean | isActive()
Returns true if the if and unless conditions (if any) are
satisfied.
|
void | setHosts(String value)
Sets hosts for which this mapping is valid.
|
void | setIf(String propName)
Sets the property name for the 'if' condition.
|
void | setLocal(File value)
Sets local directory for base of mapping.
|
void | setRemote(String value)
Sets remote name for directory. |
void | setRemoteSeparator(String value)
Sets the separator character (/ or \) for the remote system. |
void | setUnless(String propName)
Set the property name for the 'unless' condition.
|
String | toRemote(String host, File localFile)
Converts the local file name to the remote name for the same file.
|
Returns: local directory, may be null.
Returns: remote name, may be null.
Returns: true if this object is active.
Parameters: value hosts
Parameters: propName property name
Parameters: value value
Parameters: value remote name for directory
Parameters: value separator character
Parameters: propName name of property
Parameters: host host localFile local file
Returns: remote name for local file, null if unknown.