Class PathSettingsContainer


  • public final class PathSettingsContainer
    extends 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 Object[] getValues​(boolean includeThis)
      • removeChildContainer

        public 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()
      • getValue

        public Object getValue()