Methods Summary |
---|
public java.util.Iterator | getEntries()Returns an {@link java.util.Iterator} of the file entries. Each String represents
a file name relative to the root of the module.
|
public java.io.InputStream | getEntry(java.lang.String entryPath)Returns the InputStream for the given entry name. Returns null if no such
entry exists. The entry name must be relative to the root of the module.
|
public java.net.URL | getEntryAsURL(java.lang.String entryPath)Returns the URL for the given entry name. Returns null if no such
entry exists. The entry name must be relative to the root of the module.
|
public java.net.URL | getRootURL()
|