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

Constructor Index

 o FileOAM(String)

Method Index

 o GetContent(ContentRef)
 o GetImage(ContentRef)
 o GetObject(ObjectRef)
 o GetPathOfContRef(ContentRef)
 o GetStream(ContentRef)

Constructors

 o FileOAM
  public FileOAM(String base_path)

Methods

 o GetObject
  public InputStream GetObject(ObjectRef oref)
 o GetContent
  public byte[] GetContent(ContentRef cref)
 o GetPathOfContRef
  public String GetPathOfContRef(ContentRef cref)
 o GetStream
  public InputStream GetStream(ContentRef cref)
 o GetImage
  public Image GetImage(ContentRef cref)

All Packages  Class Hierarchy  This Package  Previous  Next  Index