|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.codehaus.cargo.ant.PropertySet
Ant element used to tell the Cargo task to load a properties file containing system properties. Note: When we switch to Ant 1.6 we will be able to replace this by Ant 1.6 PropertySet
Constructor Summary | |
PropertySet()
|
Method Summary | |
java.util.ResourceBundle |
readProperties()
|
void |
setFile(java.io.File propertiesFile)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public PropertySet()
Method Detail |
public void setFile(java.io.File propertiesFile)
propertiesFile
- the properties file to loadpublic java.util.ResourceBundle readProperties()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |