Class EmbeddedSchemaSource
java.lang.Object
org.incenp.linkml.schema.EmbeddedSchemaSource
- All Implemented Interfaces:
ISchemaSource
Represents a schema location pointing to an embedded Java resource.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
EmbeddedSchemaSource
-
-
Method Details
-
getBase
Description copied from interface:ISchemaSourceGets the base location of this source.The base location is the location from which relative import references are resolved.
- Specified by:
getBasein interfaceISchemaSource- Returns:
- The base location. May be
null.
-
getStream
Description copied from interface:ISchemaSourceOpens the location into a readable stream.- Specified by:
getStreamin interfaceISchemaSource- Throws:
IOException- If the location cannot be opened for any reason.
-
hashCode
-
equals
-