Searched refs:gfProperties (Results 1 - 1 of 1) sorted by relevance

/glassfish-3.1.2/common/simple-glassfish-api/src/main/java/org/glassfish/embeddable/
H A DGlassFishProperties.java55 private Properties gfProperties; field in class:GlassFishProperties
61 gfProperties = new Properties();
79 gfProperties = props;
91 return gfProperties;
102 gfProperties.setProperty(key, value);
124 gfProperties.setProperty(INSTANCE_ROOT_PROP_NAME, instanceRoot);
133 return gfProperties.getProperty(INSTANCE_ROOT_PROP_NAME);
146 gfProperties.setProperty(CONFIG_FILE_URI_PROP_NAME, configFileURI);
156 return gfProperties.getProperty(CONFIG_FILE_URI_PROP_NAME);
167 return Boolean.valueOf(gfProperties
[all...]

Completed in 547 milliseconds