public class JarDirectory extends Object
| Constructor | Description | 
|---|---|
| JarDirectory(Path path,
            boolean recursive) | 
| Modifier and Type | Method | Description | 
|---|---|---|
| boolean | equals(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) | |
| String | toString() | 
public JarDirectory(Path path, boolean recursive)