Class JarDirectory


  • public class JarDirectory
    extends java.lang.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
      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()  
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    • 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)
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object