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

/glassfish-3.1.2/common/amx-config/src/main/java/org/glassfish/admin/amx/intf/config/
H A DProfiler.java56 public String getClasspath(); method in interface:Profiler
H A DLifecycleModule.java63 public String getClasspath(); method in interface:LifecycleModule
/glassfish-3.1.2/tests/amx/src/org/glassfish/admin/amxtest/config/
H A DProfilerConfigTest.java90 assert (prof.getClasspath() != null);
91 prof.setClasspath(prof.getClasspath());
/glassfish-3.1.2/admin/config-api/src/main/java/com/sun/enterprise/config/serverbeans/
H A DProfiler.java109 public String getClasspath(); method in interface:Profiler
H A DLifecycleModule.java101 String getClasspath(); method in interface:LifecycleModule
/glassfish-3.1.2/connectors/connectors-runtime/src/main/java/com/sun/enterprise/connectors/util/
H A DConnectorClassLoader.java235 public String getClasspath() { method in class:ConnectorClassLoader
239 String eclClasspath = ecl.getClasspath();
/glassfish-3.1.2/admin/launcher/src/main/java/com/sun/enterprise/admin/launcher/
H A DProfiler.java79 List<File> getClasspath() { method in class:Profiler
H A DGFEmbeddedLauncher.java176 cmdLine.add(getClasspath());
H A DGFLauncher.java536 addIgnoreNull(cmdLine, getClasspath());
690 List<File> profilerCP = profiler.getClasspath();
868 String getClasspath() { method in class:GFLauncher
/glassfish-3.1.2/web/web-glue/src/main/java/org/glassfish/web/jsp/
H A DJSPCompiler.java98 classpath = getClasspath(classpathList);
182 private static String getClasspath(List paths) { method in class:JSPCompiler
/glassfish-3.1.2/core/kernel/src/main/java/com/sun/enterprise/v3/server/
H A DServerLifecycleModule.java124 String getClasspath() { method in class:ServerLifecycleModule
/glassfish-3.1.2/core/kernel/src/test/java/com/sun/enterprise/v3/admin/
H A DCreateProfilerTest.java152 assertEquals("myProfilerClasspath", profiler.getClasspath());
198 //assertEquals("myProfilerClasspath", profiler.getClasspath());
244 //assertEquals("myProfilerClasspath", profiler.getClasspath());
/glassfish-3.1.2/admin/config-api/src/main/java/org/glassfish/config/support/
H A DUpgradeService.java476 if (lifecycleModule.getClasspath() != null) {
481 lifecycleModule.getClasspath());
/glassfish-3.1.2/web/web-core/src/main/java/org/apache/catalina/loader/
H A DWebappLoader.java497 public String getClasspath() { method in class:WebappLoader
1145 String cp = getClasspath(loader);
1194 private String getClasspath( ClassLoader loader ) { method in class:WebappLoader
1196 Method m=loader.getClass().getMethod("getClasspath", new Class[] {});
1198 log.finest("getClasspath " + m );
1208 log.log(Level.FINEST, "getClasspath ", ex);
/glassfish-3.1.2/common/common-util/src/main/java/com/sun/enterprise/loader/
H A DASURLClassLoader.java376 public String getClasspath() { method in class:ASURLClassLoader

Completed in 50 milliseconds