Method Summary |
|
protected static boolean | isApplication(JarFile jf) returns true if the file is an Application archive.
Parameters: jf - JarFile to explore. |
protected static boolean | isApplication(File f) returns true if the file is an Application archive.
Parameters: f - Directory to explore. |
protected static boolean | isClient(JarFile jf) returns true if the file is a Client archive.
Parameters: jf - JarFile to explore. |
protected static boolean | isClient(File f) returns true if the file is a Client archive.
Parameters: f - Directory to explore. |
protected static boolean | isEjbJar(JarFile jf) returns true if the file is an EjbJar archive.
Parameters: jf - JarFile to explore. |
protected static boolean | isEjbJar(File f) returns true if the file is an EjbJar archive.
Parameters: f - Directory to explore. |
protected static boolean | isWebApp(JarFile jf) returns true if the file is a WebApp archive.
Parameters: jf - JarFile to explore. |
protected static boolean | isWebApp(File f) returns true if the file is a WebApp archive.
Parameters: f - Directory to explore. |