Package org.opennms.web.rest.v1
Class GraphRestService.ResourceVisitor
- java.lang.Object
-
- org.opennms.web.rest.v1.GraphRestService.ResourceVisitor
-
- Enclosing class:
- GraphRestService
public static final class GraphRestService.ResourceVisitor extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description ResourceVisitor(GraphRestService service)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PrefabGraphCollection
getGraphs()
void
visit(ResourceDTO resource)
-
-
-
Constructor Detail
-
ResourceVisitor
public ResourceVisitor(GraphRestService service)
-
-
Method Detail
-
visit
public void visit(ResourceDTO resource)
-
getGraphs
public PrefabGraphCollection getGraphs()
-
-