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

/glassfish-3.1.2/common/glassfish-api/src/main/java/org/glassfish/api/container/
H A DSniffer.java154 public Map<String,String> getDeploymentConfigurations(final ReadableArchive source) throws IOException; method in interface:Sniffer
/glassfish-3.1.2/deployment/admin/src/main/java/org/glassfish/deployment/admin/
H A DGetDeploymentConfigurationsCommand.java109 addToResultDDList("", appSniffer.getDeploymentConfigurations(appInfo.getSource()), part);
117 addToResultDDList(moduleInfo.getName(), moduleSniffer.getDeploymentConfigurations(moduleArchive), part);
126 addToResultDDList(appname, sniffer.getDeploymentConfigurations(appInfo.getSource()), part);
/glassfish-3.1.2/core/kernel/src/test/java/org/glassfish/tests/kernel/deployment/container/
H A DFakeSniffer.java97 public Map<String, String> getDeploymentConfigurations(ReadableArchive source) throws IOException { method in class:FakeSniffer
/glassfish-3.1.2/common/amx-core/src/main/java/org/glassfish/admin/amx/base/
H A DRuntimeRoot.java62 * @see getDeploymentConfigurations
68 * @see getDeploymentConfigurations
74 * @see getDeploymentConfigurations
97 public List<Map<String, String>> getDeploymentConfigurations( method in interface:RuntimeRoot
/glassfish-3.1.2/common/internal-api/src/main/java/org/glassfish/internal/deployment/
H A DGenericSniffer.java225 public Map<String,String> getDeploymentConfigurations(final ReadableArchive location) throws IOException { method in class:GenericSniffer
/glassfish-3.1.2/common/amx-ext-impl/src/main/java/org/glassfish/admin/amx/impl/ext/
H A DRuntimeRootImpl.java165 public List<Map<String, String>> getDeploymentConfigurations(final String appName) method in class:RuntimeRootImpl
182 addToResultDDList("", appSniffer.getDeploymentConfigurations(appInfo.getSource()), resultList);
190 addToResultDDList(moduleInfo.getName(), moduleSniffer.getDeploymentConfigurations(moduleArchive), resultList);
199 addToResultDDList(appName, sniffer.getDeploymentConfigurations(appInfo.getSource()), resultList);

Completed in 15 milliseconds