|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.ow2.util.archive.impl.ArchiveMetadataImpl
public class ArchiveMetadataImpl
Implementation of the metadata interface of an archive.
The keys are all in tolower case. This is because the attributes in a
manifest are case-insensitive
class| Constructor Summary | |
|---|---|
ArchiveMetadataImpl()
Default constructor. |
|
| 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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ArchiveMetadataImpl()
| Method Detail |
|---|
public String get(String name)
get in interface IArchiveMetadataname - the name of the key to use.
public String getImplementationVersion()
getImplementationVersion in interface IArchiveMetadata
public void put(String name,
String value)
put in interface IArchiveMetadataname - 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 | ||||||||