Package com.vmware.pscoe.o11n.project
Interface ProjectTree
- All Known Implementing Classes:
JsBasedActionsProjectTree,TypescriptBasedProjectTree,XmlBasedProjectTree
public interface ProjectTree
-
Method Summary
Modifier and TypeMethodDescriptionconfiguration(String name, String categoryPath) voidwalk(ProjectTreeVisitor visitor) Walks through the whole project tree structure, passing files containing components (e.g.
-
Method Details
-
walk
Walks through the whole project tree structure, passing files containing components (e.g. actions, workflows, configuration elements, resource elements).- Parameters:
visitor-- Throws:
Exception
-
workflow
-
action
-
configuration
-
resource
-
policy
-