|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IArchiveMetadata
Metadata available for this Archive. This may be mainly the metadata
collected from the Manifest file.
Implementation should be case-insensitive
| Method Summary | |
|---|---|
String |
get(String name)
Gets the value of an entry for the given name. |
String |
getImplementationVersion()
|
void |
put(String name,
String value)
Adds an entry into this metadata. |
| Method Detail |
|---|
String get(String name)
name - the name of the key to use.
String getImplementationVersion()
void put(String name,
String value)
name - the name of the key to addvalue - the value of the given key
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||