Package org.everit.json.schema
Class SchemaLocation
- java.lang.Object
-
- org.everit.json.schema.SchemaLocation
-
public class SchemaLocation extends Object
-
-
Constructor Summary
Constructors Constructor Description SchemaLocation(URI rootDocumentURI, List<String> pointerToLocation)
SchemaLocation(List<String> pointerToLocation)
-
Method Summary
Modifier and Type Method Description SchemaLocation
addPointerSegment(String key)
static SchemaLocation
empty()
boolean
equals(Object o)
int
hashCode()
static SchemaLocation
parseURI(String uri)
String
toString()
-
-
-
Method Detail
-
empty
public static final SchemaLocation empty()
-
parseURI
public static final SchemaLocation parseURI(String uri)
-
addPointerSegment
public SchemaLocation addPointerSegment(String key)
-
-