public class JarDirectory
extends java.lang.Object
| Constructor and Description |
|---|
JarDirectory(java.lang.Object path,
java.lang.Object recursive)
Deprecated.
|
JarDirectory(Path path,
boolean recursive) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
Path |
getPath()
The path of the jar directory
|
int |
hashCode() |
boolean |
isRecursive() |
void |
setPath(Path path)
The value for the recursive attribute of the jar directory element.
|
void |
setRecursive(boolean recursive) |
java.lang.String |
toString() |
public JarDirectory(Path path, boolean recursive)
@Deprecated
public JarDirectory(java.lang.Object path,
java.lang.Object recursive)
public Path getPath()
public void setPath(Path path)
public boolean isRecursive()
public void setRecursive(boolean recursive)
public java.lang.String toString()
toString in class java.lang.Objectpublic boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Object