Package org.opennms.smoketest.graphml
Class GraphmlDocument
- java.lang.Object
-
- org.opennms.smoketest.graphml.GraphmlDocument
-
public class GraphmlDocument extends Object
-
-
Constructor Summary
Constructors Constructor Description GraphmlDocument(String graphName, String graphResource)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
create(RestClient client)
void
delete(RestClient client)
boolean
exists(RestClient client)
-
-
-
Method Detail
-
create
public void create(RestClient client)
-
delete
public void delete(RestClient client)
-
exists
public boolean exists(RestClient client)
-
-