Modifier and Type | Field and Description |
---|---|
pack-priv static final String | |
private final String | |
private final ResourceBundle | |
private static final ResourceBundle | |
pack-priv static final String |
Access | Constructor and Description |
---|---|
protected | |
protected |
Modifier and Type | Method and Description |
---|---|
private void | |
public String | getArgumentsDescription()
Overrides default jdk. The plugin argument(s) description. |
public String | getDescription()
Overrides default jdk. The plugin description. |
protected String | |
public String | |
public String | getUsage()
Overrides default jdk. The plugin usage for printing to console. |
pack-priv ClassModel | |
protected ClassModel |
DESCRIPTION | back to summary |
---|---|
pack-priv static final String DESCRIPTION |
name | back to summary |
---|---|
private final String name |
pluginsBundle | back to summary |
---|---|
private final ResourceBundle pluginsBundle |
standardPluginsBundle | back to summary |
---|---|
private static final ResourceBundle standardPluginsBundle |
USAGE | back to summary |
---|---|
pack-priv static final String USAGE |
AbstractPlugin | back to summary |
---|---|
protected AbstractPlugin(String name) |
AbstractPlugin | back to summary |
---|---|
protected AbstractPlugin(String name, ResourceBundle bundle) |
dumpClassFile | back to summary |
---|---|
private void dumpClassFile(String path, byte[] buf) |
getArgumentsDescription | back to summary |
---|---|
public String getArgumentsDescription() Overrides default jdk. Doc from jdk. The plugin argument(s) description. |
getDescription | back to summary |
---|---|
public String getDescription() Overrides default jdk. Doc from jdk. The plugin description. |
getMessage | back to summary |
---|---|
protected String getMessage(String key, Object... args) |
getName | back to summary |
---|---|
public String getName() Overrides default jdk. Doc from jdk. The plugin name. |
getUsage | back to summary |
---|---|
public String getUsage() Overrides default jdk. Doc from jdk. The plugin usage for printing to console. |
newClassReader | back to summary |
---|---|
pack-priv ClassModel newClassReader(String path, ResourcePoolEntry resource, ClassFile. |
newClassReader | back to summary |
---|---|
protected ClassModel newClassReader(String path, byte[] buf, ClassFile. |