public class JarDirectory
extends java.lang.Object
Constructor | Description |
---|---|
JarDirectory(java.lang.Object path,
java.lang.Object recursive) |
Deprecated.
|
JarDirectory(Path path,
boolean recursive) |
Modifier and Type | Method | 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.Object
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object