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.
 String getName()
          The name of the resource.
 

Method Detail

getName

String getName()
The name of the resource.


getContent

byte[] getContent()
                  throws IOException
Resource content.

Throws:
IOException


Copyright © 2006-2008 Apache Software Foundation. All Rights Reserved.