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

/glassfish-3.1.2/persistence/jpa-connector/src/main/java/org/glassfish/persistence/jpa/
H A DJPASniffer.java110 protected boolean scanForPURootsInLibDir(ReadableArchive parentArchive, String libLocation) { argument
112 if (libLocation != null && !libLocation.isEmpty()) { // if an application disables lib dir by specifying <library-directory></library-directory>, do not attempt to scan lib dir
113 Enumeration<String> entries = parentArchive.entries(libLocation);
117 entryName.indexOf(SEPERATOR_CHAR, libLocation.length() + 1 ) == -1 ) { // && not WEB-INf/lib/foo/bar.jar
/glassfish-3.1.2/web/weld-integration/src/main/java/org/glassfish/weld/
H A DWeldCompositeSniffer.java80 private boolean scanLibDir(ReadableArchive archive, String libLocation, DeploymentContext context) { argument
82 if (libLocation != null && !libLocation.isEmpty()) {
83 Enumeration<String> entries = archive.entries(libLocation);
88 entryName.indexOf(SEPARATOR_CHAR, libLocation.length() + 1 ) == -1 ) {
H A DWeldSniffer.java117 private boolean scanLibDir(ReadableArchive archive, String libLocation) { argument
119 if (libLocation != null && !libLocation.isEmpty()) {
120 Enumeration<String> entries = archive.entries(libLocation);
125 entryName.indexOf(SEPARATOR_CHAR, libLocation.length() + 1 ) == -1 ) {

Completed in 12 milliseconds