Class SimpleResource
java.lang.Object
org.aksw.jena_sparql_api.rx.script.SimpleResource
- All Implemented Interfaces:
Comparable<SimpleResource>
- Direct Known Subclasses:
SimpleResourceFromClassGraphResource,SimpleResourceFromPath
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintcompareTo(SimpleResource other) abstract StringOnly the file name.abstract StringFile name + path.abstract InputStreamopen()toString()
-
Constructor Details
-
SimpleResource
public SimpleResource()
-
-
Method Details
-
getQualifiedName
File name + path. -
getLocalName
Only the file name. -
open
- Throws:
IOException
-
compareTo
- Specified by:
compareToin interfaceComparable<SimpleResource>
-
toString
-