public interface ScrInfo
Modifier and Type | Method and Description |
---|---|
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
|
void list(java.lang.String bundleIdentifier, java.io.PrintWriter out)
bundleIdentifier
- bundle the components are in or null for all componentsout
- PrintStream for normal outputjava.lang.IllegalArgumentException
- if nothing can be foundvoid info(java.lang.String componentId, java.io.PrintWriter out)
componentId
- specifier for desired componentsout
- PrintStream for normal outputjava.lang.IllegalArgumentException
- if nothing can be foundvoid config(java.io.PrintWriter out)
out
- PrintStream for output."Copyright © 2010 - 2020 Adobe Systems Incorporated. All Rights Reserved"