Package org.codehaus.cargo.ant
Class PropertySet
- java.lang.Object
-
- org.codehaus.cargo.ant.PropertySet
-
public class PropertySet extends Object
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
Constructors Constructor Description PropertySet()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ResourceBundle
readProperties()
void
setFile(File propertiesFile)
-
-
-
Method Detail
-
setFile
public void setFile(File propertiesFile)
- Parameters:
propertiesFile
- the properties file to load
-
readProperties
public ResourceBundle readProperties()
- Returns:
- the properties loaded from the properties file
-
-