public final class JarFilePath extends Object
| Constructor and Description |
|---|
JarFilePath(File directory)
Constructor for a directory on the file system.
|
JarFilePath(IJarFile jarFile,
String subDirectory)
Constructor for a JarFile with a subdirectory path.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o)
Checks if two objects are equal.
|
int |
hashCode()
Gets the hash code.
|
public JarFilePath(IJarFile jarFile, String subDirectory)
jarFile - The Jar file.subDirectory - The subdirectory or null for Jar file root.IllegalArgumentException - If the subDirectory is not found in the Jar file.public JarFilePath(File directory) throws IOException
directory - The instance must be an existing directory.IOException - If the instance does not exist or is not a directory.Phantom® and NetPhantom® are registered trademarks of Mindus SARL.
© © Mindus SARL, 2024. All rights reserved.