Class JarDirectory


  • public class JarDirectory
    extends Object
    Represents a jar directory element of an idea module library.
    • Constructor Detail

      • JarDirectory

        public JarDirectory​(Path path,
                            boolean recursive)
    • Method Detail

      • getPath

        public Path getPath()
        The path of the jar directory
      • setPath

        public void setPath​(Path path)
        The value for the recursive attribute of the jar directory element.
      • isRecursive

        public boolean isRecursive()
      • setRecursive

        public void setRecursive​(boolean recursive)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object