|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjectProjectComponent
biz.hammurapi.ant.XmlSourceEntry
public class XmlSourceEntry
Base class for elements, which need to read xml files.
| Constructor Summary | |
|---|---|
XmlSourceEntry()
|
|
| Method Summary | |
|---|---|
org.w3c.dom.Element |
getDocumentElement()
|
java.io.File |
getFile()
Getter for property file. |
java.lang.String |
getURL()
Getter for property URL. |
boolean |
isFailOnError()
Getter for property failOnError. |
void |
setFailOnError(boolean failOnError)
Fail build if unable to read source. |
void |
setFile(java.io.File file)
File to read rules from. |
void |
setURL(java.lang.String url)
URL to read rules from. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public XmlSourceEntry()
| Method Detail |
|---|
public void setFailOnError(boolean failOnError)
public boolean isFailOnError()
public void setURL(java.lang.String url)
public java.lang.String getURL()
public void setFile(java.io.File file)
public java.io.File getFile()
public org.w3c.dom.Element getDocumentElement()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||