| |
|
| java.lang.Object org.apache.cactus.integration.ant.util.PropertySet
PropertySet | public class PropertySet (Code) | | Ant element used to tell the Cactus task to load a properties file
and passed its properties to the client side or server side JVMs.
version: $Id: PropertySet.java 238812 2004-02-29 10:21:34Z vmassol $ |
isServer | public boolean isServer()(Code) | | true if the properties are to be passed to the Cactusserver side JVM, false otherwise |
readProperties | public ResourceBundle readProperties()(Code) | | the properties loaded from the proeprties file |
setPropertiesFile | public void setPropertiesFile(File thePropertiesFile)(Code) | | Parameters: thePropertiesFile - the properties file to load |
setServer | public void setServer(boolean isServer)(Code) | | Parameters: isServer - if true the properties will be passed to theCactus server side JVM |
|
|
|