|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.hp.hpl.jena.assembler.ImportManager
public class ImportManager
| Field Summary | |
|---|---|
static ImportManager |
instance
A shared instance of ImportManage, used as a default by several other assembler methods. |
| Constructor Summary | |
|---|---|
ImportManager()
|
|
| Method Summary | |
|---|---|
void |
clear()
Clear this ImportManager's cache. |
Model |
withImports(FileManager fm,
Model model)
Answer model if it has no imports, or a union model with
model as its base and its imported models as the other
components. |
Model |
withImports(Model model)
Answer model if it has no imports, or a union model with
model as its base and its imported models as the other
components. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final ImportManager instance
| Constructor Detail |
|---|
public ImportManager()
| Method Detail |
|---|
public void clear()
public Model withImports(Model model)
model if it has no imports, or a union model with
model as its base and its imported models as the other
components. The default file manager is used to load the models.
public Model withImports(FileManager fm,
Model model)
model if it has no imports, or a union model with
model as its base and its imported models as the other
components. The file manager fm is used to load the
imported models.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||