Interface Path
-
- All Known Implementing Classes:
PathImpl
public interface PathWeb Script Path- Author:
- davidc
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Path[]getChildren()Gets the child pathsjava.lang.StringgetName()Gets the name of the path (last path segment)PathgetParent()Gets the parent pathjava.lang.StringgetPath()Gets the full pathWebScript[]getScripts()Gets Web Scripts associated with this path
-
-
-
Method Detail
-
getPath
java.lang.String getPath()
Gets the full path- Returns:
- path
-
getName
java.lang.String getName()
Gets the name of the path (last path segment)- Returns:
- name
-
getParent
Path getParent()
Gets the parent path- Returns:
- path
-
getChildren
Path[] getChildren()
Gets the child paths- Returns:
- child paths
-
getScripts
WebScript[] getScripts()
Gets Web Scripts associated with this path- Returns:
- web scripts
-
-