Package org.jboss.modules
Class JDKPaths
java.lang.Object
org.jboss.modules.JDKPaths
A utility class which maintains the set of JDK paths. Makes certain assumptions about the disposition of the
class loader used to load JBoss Modules; thus this class should only be used when booted up via the "-jar" or "-cp"
switches.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate static void
(package private) static void
processDirectory0
(Set<String> pathSet, File file) (package private) static void
processDirectory1
(Set<String> pathSet, File file, String pathBase) (package private) static void
processJar
(Set<String> pathSet, File file)
-
Field Details
-
JDK
-
-
Constructor Details
-
JDKPaths
private JDKPaths()
-
-
Method Details
-
processClassPathItem
-
processJar
- Throws:
IOException
-
processDirectory0
-
processDirectory1
-