Interface Path
- All Known Implementing Classes:
PathImpl
public interface Path
Web Script Path
- Author:
- davidc
-
Method Details
-
getPath
String getPath()Gets the full path- Returns:
- path
-
getName
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
-