java.lang.Object
org.apache.jena.assembler.ImportManager
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ImportManagerA shared instance of ImportManage, used as a default by several other assembler methods. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidclear()Clear this ImportManager's cache.withImports(Model model) Answermodelif it has no imports, or a union model withmodelas its base and its imported models as the other components.withImports(FileManager fm, Model model) Answermodelif it has no imports, or a union model withmodelas its base and its imported models as the other components.
-
Field Details
-
instance
A shared instance of ImportManage, used as a default by several other assembler methods.
-
-
Constructor Details
-
ImportManager
public ImportManager()
-
-
Method Details
-
clear
public void clear()Clear this ImportManager's cache. -
withImports
Answermodelif it has no imports, or a union model withmodelas its base and its imported models as the other components. The default file manager is used to load the models. -
withImports
Answermodelif it has no imports, or a union model withmodelas its base and its imported models as the other components. The file managerfmis used to load the imported models.
-