Uses of Interface
org.incenp.linkml.schema.ISchemaSource
-
Packages that use ISchemaSource Package Description org.incenp.linkml.schema -
-
Uses of ISchemaSource in org.incenp.linkml.schema
Classes in org.incenp.linkml.schema that implement ISchemaSource Modifier and Type Class Description classEmbeddedSchemaSourceRepresents a schema location pointing to an embedded Java resource.classFileSchemaSourceRepresents a schema location pointing to a local file.classURLSchemaSourceRepresents a schema location pointing to a remote resource.Methods in org.incenp.linkml.schema that return ISchemaSource Modifier and Type Method Description ISchemaSourceDefaultSchemaResolver. resolve(String name, String base)ISchemaSourceISchemaResolver. resolve(String name, String base)Resolves the given schema name into a schema source object.Constructors in org.incenp.linkml.schema with parameters of type ISchemaSource Constructor Description SchemaDocument(ISchemaSource source, ISchemaResolver importResolver)Creates a new instance from the specified source, using a custom import resolver.
-