|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface JaretInfoProvider
Interface for an information provider providing hirarchical structured information in a key/value fashion .
| Method Summary | |
|---|---|
void |
addSubInfoProvider(JaretInfoProvider infoProvider)
Add an information provider as a sub information provider |
int |
getAccess()
Access to the information provided by this infoprovider |
String |
getInfoProviderName()
Give a human readable name for the information provider |
List<JaretInfoProvider> |
getSubInfoProviders()
List of subinformation providers registered to this info provider |
List<SysInfoEntry> |
getSysInfoEntries()
return a list of the info entries |
void |
remSubInfoProvider(JaretInfoProvider infoProvider)
Remove agegsitered sub infoprovider |
| Method Detail |
|---|
String getInfoProviderName()
int getAccess()
List<SysInfoEntry> getSysInfoEntries()
List<JaretInfoProvider> getSubInfoProviders()
void addSubInfoProvider(JaretInfoProvider infoProvider)
infoProvider - infoprovider to be addedvoid remSubInfoProvider(JaretInfoProvider infoProvider)
infoProvider - infoprovider to be removed
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||