org.glassfish.osgijavaeebase
Interface OSGiJavaEEArchive.ArchiveEntry

Enclosing class:
OSGiJavaEEArchive

protected static interface OSGiJavaEEArchive.ArchiveEntry


Method Summary
 InputStream getInputStream()
           
 String getName()
           
 URI getURI()
           
 

Method Detail

getName

String getName()

getURI

URI getURI()
           throws URISyntaxException
Throws:
URISyntaxException

getInputStream

InputStream getInputStream()
                           throws IOException
Throws:
IOException


Copyright © 2012 GlassFish Community. All Rights Reserved.