|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ScrInfo
Abstraction of command interface.
| Method Summary | |
|---|---|
void |
config(java.io.PrintWriter out)
List in text the current SCR configuration |
void |
info(java.lang.String componentId,
java.io.PrintWriter out)
List in text detailed information about the specified components. |
void |
list(java.lang.String bundleIdentifier,
java.io.PrintWriter out)
List in text the components for the bundle specified, or all components if null, sorted by component ID |
| Method Detail |
|---|
void list(java.lang.String bundleIdentifier,
java.io.PrintWriter out)
bundleIdentifier - bundle the components are in or null for all componentsout - PrintStream for normal output
java.lang.IllegalArgumentException - if nothing can be found
void info(java.lang.String componentId,
java.io.PrintWriter out)
componentId - specifier for desired componentsout - PrintStream for normal output
java.lang.IllegalArgumentException - if nothing can be foundvoid config(java.io.PrintWriter out)
out - PrintStream for output.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||