Class JarDirectory
- java.lang.Object
-
- org.gradle.plugins.ide.idea.model.JarDirectory
-
public class JarDirectory extends Object
Represents a jar directory element of an idea module library.
-
-
Constructor Summary
Constructors Constructor Description JarDirectory(Path path, boolean recursive)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)PathgetPath()The path of the jar directoryinthashCode()booleanisRecursive()voidsetPath(Path path)The value for the recursive attribute of the jar directory element.voidsetRecursive(boolean recursive)StringtoString()
-
-
-
Constructor Detail
-
JarDirectory
public JarDirectory(Path path, boolean recursive)
-
-