|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.glassfish.deployment.common.InstalledLibrariesResolver
public class InstalledLibrariesResolver
This class resolves the dependencies between optional packages (installed libraries) and also between apps/stand-alone modules that depend on optional packages (installed libraries)
| Constructor Summary | |
|---|---|
InstalledLibrariesResolver()
|
|
| Method Summary | |
|---|---|
static String |
getExtDirFilesAsClasspath()
Adds all the jar files in all of the ext dirs into a single string in classpath format. |
static Set<String> |
getInstalledLibraries(ReadableArchive archive)
|
static void |
initializeInstalledLibRegistry(String libDir)
check whether the optional packages have all their internal dependencies resolved |
static boolean |
resolveDependencies(Manifest manifest,
String archiveUri)
resolves installed library dependencies |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public InstalledLibrariesResolver()
| Method Detail |
|---|
public static boolean resolveDependencies(Manifest manifest,
String archiveUri)
manifest - Manifest FilearchiveUri - archive
public static void initializeInstalledLibRegistry(String libDir)
libDir - libraryDirectorypublic static String getExtDirFilesAsClasspath()
public static Set<String> getInstalledLibraries(ReadableArchive archive)
throws IOException
IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||