|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.felix.webconsole.bundleinfo.BundleInfo
public class BundleInfo
This entity defines additional bundle information entry, that is provided by
the BundleInfoProvider. Each information entry is featured by name,
value, type and description.
| Constructor Summary | |
|---|---|
BundleInfo(java.lang.String name,
java.lang.Object value,
BundleInfoType type,
java.lang.String description)
Creates a new bundle information entry. |
|
| Method Summary | |
|---|---|
java.lang.String |
getDescription()
Gets user-friendly description of the key pair. |
java.lang.String |
getName()
Gets the name of the information entry. |
BundleInfoType |
getType()
Gets the type of the information value. |
java.lang.Object |
getValue()
Gets the information value. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BundleInfo(java.lang.String name,
java.lang.Object value,
BundleInfoType type,
java.lang.String description)
name - the name of the entryvalue - the value associated with that entrytype - the type of the valuedescription - additional, user-friendly description for that value.| Method Detail |
|---|
public java.lang.String getName()
public java.lang.String getDescription()
public java.lang.Object getValue()
public BundleInfoType getType()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||