Package org.jbehave.core.io.rest
Class Resource
java.lang.Object
org.jbehave.core.io.rest.Resource
Represents a resource retrieved from a REST API.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetName()getURI()booleanbooleanbooleanbooleanvoidsetBreadcrumbs(List<String> breadcrumbs) voidsetContent(String content) voidtoString()
-
Constructor Details
-
Resource
-
Resource
-
Resource
-
-
Method Details
-
getURI
-
getName
-
getParentName
-
hasParent
public boolean hasParent() -
getBreadcrumbs
-
setBreadcrumbs
-
hasBreadcrumbs
public boolean hasBreadcrumbs() -
setContent
-
getContent
-
hasContent
public boolean hasContent() -
getSyntax
-
setSyntax
-
hasSyntax
public boolean hasSyntax() -
toString
-