Class PathSettingsContainer


  • public final class PathSettingsContainer
    extends java.lang.Object
    • Method Detail

      • hasChildren

        public boolean hasChildren()
      • getChildContainer

        public PathSettingsContainer getChildContainer​(org.eclipse.core.runtime.IPath path,
                                                       boolean create,
                                                       boolean exactPath)
      • getChildContainer

        public PathSettingsContainer getChildContainer​(org.eclipse.core.runtime.IPath path,
                                                       boolean create,
                                                       boolean exactPath,
                                                       boolean patternSearch)
      • getChildrenForPath

        public PathSettingsContainer[] getChildrenForPath​(org.eclipse.core.runtime.IPath path,
                                                          boolean includePath)
      • getDirectChildrenForPath

        public PathSettingsContainer[] getDirectChildrenForPath​(org.eclipse.core.runtime.IPath path)
      • getValues

        public java.lang.Object[] getValues​(boolean includeThis)
      • removeChildContainer

        public java.lang.Object removeChildContainer​(org.eclipse.core.runtime.IPath path)
      • remove

        public void remove()
      • isValid

        public boolean isValid()
      • removeChildren

        public void removeChildren()
      • getPath

        public org.eclipse.core.runtime.IPath getPath()
      • setPath

        public void setPath​(org.eclipse.core.runtime.IPath path,
                            boolean moveChildren)
      • isRoot

        public boolean isRoot()
      • setValue

        public java.lang.Object setValue​(java.lang.Object value)
      • getValue

        public java.lang.Object getValue()
      • toString

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