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