|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--com.xmlmill.connector.ant.Compare
This class represents the <compare> element.
| Constructor Summary | |
Compare(org.apache.tools.ant.Project project)
Create a compare instance reprsenting a <compare> element.
|
|
| Method Summary | |
Master |
createMaster()
Create a Master instance.
|
Slave |
createSlave()
Create a Slave instance.
|
java.lang.String |
getAppend()
|
java.util.HashMap |
getArguments()
Get the attributes that are defined in the <compare> element represented by this compare instance. |
java.lang.String |
getErrorProperty()
|
java.lang.String |
getFailureProperty()
|
java.lang.String[] |
getFilenames()
Get the PDF filesnames that will act as master. |
java.lang.String |
getHaltonerror()
|
java.lang.String |
getLogLevel()
|
Master |
getMaster()
|
java.lang.String |
getName()
|
java.lang.String |
getPrintsummary()
|
Slave |
getSlave()
|
java.io.File |
getTodir()
|
java.lang.String |
getVerbose()
|
void |
setAppend(boolean b)
|
void |
setErrorProperty(java.lang.String errorProperty)
|
void |
setFailureProperty(java.lang.String failureProperty)
|
void |
setHaltonerror(boolean b)
|
void |
setIf(java.lang.String propertyName)
|
void |
setLoglevel(java.lang.String s)
|
void |
setName(java.lang.String s)
|
void |
setPrintsummary(boolean b)
|
void |
setTodir(java.io.File f)
|
void |
setUnless(java.lang.String propertyName)
|
void |
setVerbose(boolean b)
|
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public Compare(org.apache.tools.ant.Project project)
compare instance reprsenting a <compare> element.
A slave instance contains all information regarding which files to compare.
- Since:
- 2.70
| Method Detail |
public void setName(java.lang.String s)
public void setLoglevel(java.lang.String s)
public void setAppend(boolean b)
public void setVerbose(boolean b)
public void setHaltonerror(boolean b)
public void setIf(java.lang.String propertyName)
public void setUnless(java.lang.String propertyName)
public void setTodir(java.io.File f)
public void setFailureProperty(java.lang.String failureProperty)
public void setErrorProperty(java.lang.String errorProperty)
public void setPrintsummary(boolean b)
public java.lang.String getName()
public java.lang.String getLogLevel()
public java.lang.String getAppend()
public java.lang.String getVerbose()
public java.lang.String getHaltonerror()
public java.io.File getTodir()
public java.lang.String getFailureProperty()
public java.lang.String getErrorProperty()
public java.lang.String getPrintsummary()
public Master getMaster()
public Slave getSlave()
public Master createMaster()
throws org.apache.tools.ant.BuildException
Master instance.
Following the Ant guidlines.
Master instanceorg.apache.tools.ant.BuildException - if the <compare> elements contains more
than one <master> element.
public Slave createSlave()
throws org.apache.tools.ant.BuildException
Slave instance.
Following the Ant guidlines.
Slave instanceorg.apache.tools.ant.BuildException - if the <compare> elements contains more
than one <slave> element.public java.lang.String[] getFilenames()
public java.util.HashMap getArguments()
throws org.apache.tools.ant.BuildException
compare instance.HashMap instance containing all arguments.org.apache.tools.ant.BuildException - if Slave or Master element are
not defined.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||