Package com.vmware.pscoe.o11n.project
Class TypescriptBasedProjectTree
java.lang.Object
com.vmware.pscoe.o11n.project.TypescriptBasedProjectTree
- All Implemented Interfaces:
ProjectTree
-
Constructor Summary
Constructors -
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.
-
Constructor Details
-
TypescriptBasedProjectTree
-
-
Method Details
-
walk
Description copied from interface:ProjectTreeWalks through the whole project tree structure, passing files containing components (e.g. actions, workflows, configuration elements, resource elements).- Specified by:
walkin interfaceProjectTree- Throws:
Exception
-
workflow
- Specified by:
workflowin interfaceProjectTree
-
action
- Specified by:
actionin interfaceProjectTree
-
configuration
- Specified by:
configurationin interfaceProjectTree
-
resource
- Specified by:
resourcein interfaceProjectTree
-
policy
- Specified by:
policyin interfaceProjectTree
-