com.xmlmill.connector.ant
Class Slave
java.lang.Object
|
+--com.xmlmill.connector.ant.Slave
- public final class Slave
- extends java.lang.Object
Create a slave element.
A slave instance only defines the directory where PDF documents are stored
that are compared with the master files.
- Since:
- 2.70
|
Constructor Summary |
Slave(org.apache.tools.ant.Project project)
Default constructor.
|
|
Method Summary |
java.io.File |
getDir()
Gets the destination directory.
|
void |
setDir(java.io.File f)
Sets the destination directory.
|
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Slave
public Slave(org.apache.tools.ant.Project project)
- Default constructor.
- Parameters:
project - Project referring to the Ant project where this class
is instantiated in.- Since:
- 2.70
setDir
public void setDir(java.io.File f)
- Sets the destination directory.
- Parameters:
f - File instance representing the slave directory.
getDir
public java.io.File getDir()
- Gets the destination directory.
- Returns:
- f
File instance representing the slave directory.