public class ApplicationUtils extends Object
| Constructor and Description |
|---|
ApplicationUtils() |
| Modifier and Type | Method and Description |
|---|---|
static void |
extractApplicationExtraFiles(Path packageFile,
Path appDir) |
static void |
extractContainerExtraLibs(Path packageFile,
Path destDir) |
public static void extractApplicationExtraFiles(@Nonnull Path packageFile, @Nonnull Path appDir) throws IOException
packageFile - the given app.war, app.zip ...appDir - the genapp appdir in which the app is deployedIOExceptionpublic static void extractContainerExtraLibs(@Nonnull Path packageFile, @Nonnull Path destDir) throws IOException
packageFile - the given app.war, app.zip ...destDir - the directory in which the extra libs must be unzippedIOExceptionCopyright © 2013. All Rights Reserved.