org.glassfish.osgijavaeebase
Interface URIable

All Known Implementing Classes:
OSGiBundleArchive

public interface URIable

Author:
Sanjeeb.Sahoo@Sun.COM

Method Summary
 java.lang.String getDistanceFromTop()
          When this archive is embedded in another archive, this method returns the distance from top.
 java.net.URI getEntryURI(java.lang.String name)
           
 

Method Detail

getEntryURI

java.net.URI getEntryURI(java.lang.String name)
Parameters:
name - the entry name relative to the root of the archive
Returns:
the URI corresponding to the entry, null if no such entry found

getDistanceFromTop

java.lang.String getDistanceFromTop()
When this archive is embedded in another archive, this method returns the distance from top.

Returns:


Copyright © 2011 GlassFish Community. All Rights Reserved.