Class FileSourceFolder

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean equals​(java.lang.Object obj)  
      java.lang.String getName()
      The logical name of the source folder, like "src/main/java"
      org.eclipse.emf.common.util.URI getPath()
      The (platform dependent) physical location of the source folder.
      int hashCode()  
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • FileSourceFolder

        public FileSourceFolder​(FileProjectConfig parent,
                                java.lang.String name)
    • Method Detail

      • getName

        public java.lang.String getName()
        Description copied from interface: ISourceFolder
        The logical name of the source folder, like "src/main/java"
        Specified by:
        getName in interface ISourceFolder
      • getPath

        public org.eclipse.emf.common.util.URI getPath()
        Description copied from interface: ISourceFolder
        The (platform dependent) physical location of the source folder. The path will always end in a trailing separator. It will never be null.
        Specified by:
        getPath in interface ISourceFolder
      • equals

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

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

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