Package io.zenwave360.jsonrefparser
Class $Ref
- java.lang.Object
-
- io.zenwave360.jsonrefparser.$Ref
-
public class $Ref extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static String
REFERENCE_SEPARATOR
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
String
getPath()
String
getRef()
URL
getReferencingFileURL()
RefFormat
getRefFormat()
URL
getUrl()
static $Ref
of(String ref, URL referencingFileURL)
String
toString()
-
-
-
Field Detail
-
REFERENCE_SEPARATOR
public static final String REFERENCE_SEPARATOR
- See Also:
- Constant Field Values
-
-