com.metamatrix.common.vdb.api
Interface VDBFile


public interface VDBFile


Method Summary
 java.io.InputStream getContent()
          Get the contents of the file in the VDB.
 java.lang.String getPathInVdb()
          Get the path to the file represented by this record in the vdb.
 

Method Detail

getPathInVdb

java.lang.String getPathInVdb()
Get the path to the file represented by this record in the vdb.

Returns:
The path to the file in the vdb
Since:
4.2

getContent

java.io.InputStream getContent()
Get the contents of the file in the VDB.

Returns:
A inputstream as the vdb resource content.
Since:
4.2


Copyright © 2009. All Rights Reserved.