public class InstalledLibrariesResolver extends Object
| Modifier and Type | Field and Description |
|---|---|
static Logger |
deplLogger |
| Constructor and Description |
|---|
InstalledLibrariesResolver() |
| Modifier and Type | Method and Description |
|---|---|
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(org.glassfish.api.deployment.archive.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
|
public static final Logger deplLogger
public static boolean resolveDependencies(Manifest manifest, String archiveUri)
manifest - Manifest FilearchiveUri - archivepublic static void initializeInstalledLibRegistry(String libDir)
libDir - libraryDirectorypublic static String getExtDirFilesAsClasspath()
public static Set<String> getInstalledLibraries(org.glassfish.api.deployment.archive.ReadableArchive archive) throws IOException
IOExceptionCopyright © 2013. All Rights Reserved.