|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IArchive
Abstraction layer around processed archive (Jar, Directories, Bundles, ...).
| Method Summary | |
|---|---|
boolean |
close()
Close the underlying Resource. |
Iterator<String> |
getEntries()
|
IArchiveMetadata |
getMetadata()
|
String |
getName()
|
URL |
getResource(String resourceName)
|
Iterator<URL> |
getResources()
|
Iterator<URL> |
getResources(String resourceName)
|
URL |
getURL()
Returns an URL that can be used to access the resource described by this IArchive. |
| Method Detail |
|---|
String getName()
URL getURL()
throws ArchiveException
ArchiveException - if method fails.
URL getResource(String resourceName)
throws ArchiveException
resourceName - The resource name to be looked up.
ArchiveException - if method fails.
Iterator<URL> getResources()
throws ArchiveException
ArchiveException - if method fails.
Iterator<URL> getResources(String resourceName)
throws ArchiveException
resourceName - The resource name to be looked up.
ArchiveException - if method fails.
Iterator<String> getEntries()
throws ArchiveException
ArchiveException - if method fails.boolean close()
true if the close was
succesful, false otherwise.IArchiveMetadata getMetadata()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||