Class mheg5.OAM.FileOAM
All Packages Class Hierarchy This Package Previous Next Index
Class mheg5.OAM.FileOAM
java.lang.Object
|
+----mheg5.OAM.FileOAM
- public class FileOAM
- extends Object
- implements OAMInterface
-
FileOAM(String)
-
-
GetContent(ContentRef)
-
-
GetImage(ContentRef)
-
-
GetObject(ObjectRef)
-
-
GetPathOfContRef(ContentRef)
-
-
GetStream(ContentRef)
-
FileOAM
public FileOAM(String base_path)
GetObject
public InputStream GetObject(ObjectRef oref)
GetContent
public byte[] GetContent(ContentRef cref)
GetPathOfContRef
public String GetPathOfContRef(ContentRef cref)
GetStream
public InputStream GetStream(ContentRef cref)
GetImage
public Image GetImage(ContentRef cref)
All Packages Class Hierarchy This Package Previous Next Index