|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.hp.hpl.jena.eyeball.loaders.FileLoader
public class FileLoader
A FileLoader wraps a FileManager, providing only the load(String) method, and intercepting names of the form "via:ROOT@FILE" to load the model described by ROOT in the assembly file FILE.
| Field Summary | |
|---|---|
protected com.hp.hpl.jena.util.FileManager |
fm
|
| Constructor Summary | |
|---|---|
FileLoader()
Initialise this FileLoader with the default file manager, FileManager.get(). |
|
FileLoader(com.hp.hpl.jena.util.FileManager fm)
Initialise this FileLoader with the specified FileManager. |
|
| Method Summary | |
|---|---|
com.hp.hpl.jena.util.FileManager |
getFileManager()
Answer the FileManager this FileLoader uses to locate and load files. |
com.hp.hpl.jena.rdf.model.Model |
load(java.lang.String s)
Answer the model returned by our FileManager. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected final com.hp.hpl.jena.util.FileManager fm
| Constructor Detail |
|---|
public FileLoader(com.hp.hpl.jena.util.FileManager fm)
public FileLoader()
| Method Detail |
|---|
public com.hp.hpl.jena.rdf.model.Model load(java.lang.String s)
load in interface Loaderpublic com.hp.hpl.jena.util.FileManager getFileManager()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||