Searched defs:getDeployProperties (Results 1 - 3 of 3) sorted by relevance
/glassfish-3.1.2/deployment/admin/src/test/java/org/glassfish/deployment/admin/ | ||
H A D | ListComponentsCommandTest.java | 242 public Properties getDeployProperties() { method in class:ListComponentsCommandTest.ApplicationTest |
/glassfish-3.1.2/deployment/common/src/test/java/org/glassfish/deployment/versioning/ | ||
H A D | VersioningUtilsTest.java | 706 public Properties getDeployProperties() { method in class:VersioningUtilsTest.ApplicationTest |
/glassfish-3.1.2/admin/config-api/src/main/java/com/sun/enterprise/config/serverbeans/ | ||
H A D | Application.java | 301 Properties getDeployProperties(); method in interface:Application 340 public static Properties getDeployProperties(Application instance) { method in class:Application.Duck 412 return !(Boolean.valueOf(me.getDeployProperties().getProperty 417 return Boolean.valueOf(me.getDeployProperties().getProperty |
Completed in 20 milliseconds