org.glassfish.osgijavaeebase
Interface URIable

All Known Implementing Classes:
OSGiBundleArchive

public interface URIable

Author:
Sanjeeb.Sahoo@Sun.COM

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

Method Detail

getEntryURI

URI getEntryURI(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

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

Returns:


Copyright © 2012 GlassFish Community. All Rights Reserved.