com.xmlmill.connector.ant
Class Master

java.lang.Object
  |
  +--com.xmlmill.connector.ant.Master

public final class Master
extends java.lang.Object

Create a Master element.

The master instance contain a reference to the PDF documents that will act as master when comparing with another PDF document.

Since:
2.70

Constructor Summary
Master(org.apache.tools.ant.Project project)
          Default constructor.
 
Method Summary
 void addFileSet(org.apache.tools.ant.types.FileSet fs)
          Add a Fileset instance.
 java.lang.String[] getFilenames()
          Gets the filename of all files that are defined by this master.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Master

public Master(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
Method Detail

addFileSet

public void addFileSet(org.apache.tools.ant.types.FileSet fs)
                throws org.apache.tools.ant.BuildException
Add a Fileset instance.

Parameters:
fs - A FileSet instance representing the PDF documents acting as master documents.
Throws:
BuildException - in case a FileSet has already been defined.
Since:
2.70

getFilenames

public java.lang.String[] getFilenames()
Gets the filename of all files that are defined by this master.

Returns:
an array of filenames
Since:
2.70