org.apache.openjpa.lib.meta
Interface MetaDataFilter.Resource

All Known Implementing Classes:
ZipFileMetaDataIterator, ZipStreamMetaDataIterator
Enclosing interface:
MetaDataFilter

public static interface MetaDataFilter.Resource

Information about a metadata resource.


Method Summary
 byte[] getContent()
          Resource content.
 java.lang.String getName()
          The name of the resource.
 

Method Detail

getName

java.lang.String getName()
The name of the resource.


getContent

byte[] getContent()
                  throws java.io.IOException
Resource content.

Throws:
java.io.IOException


Copyright © 2006 Apache Software Foundation. All Rights Reserved.