Searched defs:appRoot (Results 1 - 3 of 3) sorted by relevance

/glassfish-3.1.2/verifier/verifier-impl/src/main/java/com/sun/enterprise/tools/verifier/
H A DBaseVerifier.java187 * @param appRoot The location of the exploded archive
193 protected String getLibdirClasspath(String appRoot, String libdirPath) throws IOException{ argument
196 List<String> jars = getAllJars(new File(appRoot, libdirPath));
/glassfish-3.1.2/deployment/common/src/main/java/org/glassfish/loader/util/
H A DASClassLoaderUtil.java463 * @param appRoot the application root
469 public static URL[] getAppLibDirLibraries(File appRoot, String appLibDir, argument
473 getAppLibDirLibrariesAsList(appRoot, appLibDir, compatibilityProp));
476 public static List<URL> getAppLibDirLibrariesAsList(File appRoot, String appLibDir, String compatibilityProp) argument
483 new File[] {new File(appRoot, libPath)}, true);
495 List<URL> appRootLibraries = getURLsAsList(null, new File[] {appRoot}, true);
/glassfish-3.1.2/deployment/dol/src/main/java/com/sun/enterprise/deployment/archivist/
H A DApplicationArchivist.java307 String appRoot = archive.getURI().getSchemeSpecificPart(); //archive is a directory
308 if (appRoot.endsWith(File.separator)) {
309 appRoot = appRoot.substring(0, appRoot.length() - 1);
317 String appName = appRoot.substring(
318 appRoot.lastIndexOf(File.separatorChar) + 1);
322 File[] files = getEligibleEntries(new File(appRoot), directory);
339 String uri = deriveArchiveUri(appRoot, subModule, directory);
422 String uri = deriveArchiveUri(appRoot, jarFil
442 deriveArchiveUri( String appRoot, File subModule, boolean deploydir) argument
470 getEligibleEntries(File appRoot, boolean deploydir) argument
[all...]

Completed in 21 milliseconds