C G I M O P R S T V 

C

createFile(Props, String, String, String) - Method in class org.rhq.helpers.pluginGen.PluginGen
Apply a template to generate a file

G

getAbbrev() - Method in enum org.rhq.helpers.pluginGen.ResourceCategory
 
getByAbbrv(char) - Static method in enum org.rhq.helpers.pluginGen.ResourceCategory
 
getCategory() - Method in class org.rhq.helpers.pluginGen.Props
 
getChildren() - Method in class org.rhq.helpers.pluginGen.Props
 
getComponentClass() - Method in class org.rhq.helpers.pluginGen.Props
 
getDataType() - Method in class org.rhq.helpers.pluginGen.Props.MetricProps
 
getDefaultValue() - Method in class org.rhq.helpers.pluginGen.Props.SimpleProperty
 
getDescription() - Method in class org.rhq.helpers.pluginGen.Props
 
getDescription() - Method in class org.rhq.helpers.pluginGen.Props.MetricProps
 
getDescription() - Method in class org.rhq.helpers.pluginGen.Props.OperationProps
 
getDescription() - Method in class org.rhq.helpers.pluginGen.Props.SimpleProperty
 
getDescription() - Method in class org.rhq.helpers.pluginGen.Props.Template
 
getDiscoveryClass() - Method in class org.rhq.helpers.pluginGen.Props
 
getDisplayName() - Method in class org.rhq.helpers.pluginGen.Props.MetricProps
 
getDisplayName() - Method in class org.rhq.helpers.pluginGen.Props.OperationProps
 
getDisplayName() - Method in class org.rhq.helpers.pluginGen.Props.SimpleProperty
 
getDisplayType() - Method in class org.rhq.helpers.pluginGen.Props.MetricProps
 
getFileSystemRoot() - Method in class org.rhq.helpers.pluginGen.Props
 
getLowerName() - Method in enum org.rhq.helpers.pluginGen.ResourceCategory
 
getMetrics() - Method in class org.rhq.helpers.pluginGen.Props
 
getName() - Method in class org.rhq.helpers.pluginGen.Props
 
getName() - Method in class org.rhq.helpers.pluginGen.Props.OperationProps
 
getName() - Method in class org.rhq.helpers.pluginGen.Props.SimpleProperty
 
getName() - Method in class org.rhq.helpers.pluginGen.Props.Template
 
getName() - Method in class org.rhq.helpers.pluginGen.Props.TypeKey
 
getOperations() - Method in class org.rhq.helpers.pluginGen.Props
 
getPackagePrefix() - Method in class org.rhq.helpers.pluginGen.Props
 
getParams() - Method in class org.rhq.helpers.pluginGen.Props.OperationProps
 
getParentType() - Method in class org.rhq.helpers.pluginGen.Props
 
getPkg() - Method in class org.rhq.helpers.pluginGen.Props
 
getPluginDescription() - Method in class org.rhq.helpers.pluginGen.Props
 
getPluginName() - Method in class org.rhq.helpers.pluginGen.Props
 
getPluginName() - Method in class org.rhq.helpers.pluginGen.Props.TypeKey
 
getPossibleChildren(ResourceCategory) - Static method in enum org.rhq.helpers.pluginGen.ResourceCategory
 
getProperty() - Method in class org.rhq.helpers.pluginGen.Props.MetricProps
 
getResult() - Method in class org.rhq.helpers.pluginGen.Props.OperationProps
 
getRhqVersion() - Method in class org.rhq.helpers.pluginGen.Props
 
getRunsInsides() - Method in class org.rhq.helpers.pluginGen.Props
 
getSimpleProps() - Method in class org.rhq.helpers.pluginGen.Props
 
getSimpleProps() - Method in class org.rhq.helpers.pluginGen.Props.Template
 
getTemplates() - Method in class org.rhq.helpers.pluginGen.Props
 
getType() - Method in class org.rhq.helpers.pluginGen.Props.SimpleProperty
 
getUnits() - Method in class org.rhq.helpers.pluginGen.Props.MetricProps
 

I

isCreateChildren() - Method in class org.rhq.helpers.pluginGen.Props
 
isDeleteChildren() - Method in class org.rhq.helpers.pluginGen.Props
 
isDependsOnJmxPlugin() - Method in class org.rhq.helpers.pluginGen.Props
 
isEvents() - Method in class org.rhq.helpers.pluginGen.Props
 
isHasMetrics() - Method in class org.rhq.helpers.pluginGen.Props
 
isHasOperations() - Method in class org.rhq.helpers.pluginGen.Props
 
isManualAddOfResourceType() - Method in class org.rhq.helpers.pluginGen.Props
 
isReadOnly() - Method in class org.rhq.helpers.pluginGen.Props.SimpleProperty
 
isResourceConfiguration() - Method in class org.rhq.helpers.pluginGen.Props
 
isSingleton() - Method in class org.rhq.helpers.pluginGen.Props
 
isSupportFacet() - Method in class org.rhq.helpers.pluginGen.Props
 
isUsePluginLifecycleListenerApi() - Method in class org.rhq.helpers.pluginGen.Props
 
isUsesExternalJarsInPlugin() - Method in class org.rhq.helpers.pluginGen.Props
 

M

main(String[]) - Static method in class org.rhq.helpers.pluginGen.PluginGen
 
main(String[]) - Static method in class org.rhq.helpers.pluginGen.Test
 

O

org.rhq.helpers.pluginGen - package org.rhq.helpers.pluginGen
 

P

PluginGen - Class in org.rhq.helpers.pluginGen
Main class for the plugin generator
PluginGen() - Constructor for class org.rhq.helpers.pluginGen.PluginGen
 
populateMetrics(List<Class>) - Method in class org.rhq.helpers.pluginGen.Props
 
Props - Class in org.rhq.helpers.pluginGen
The properties needed to generate a new plugin skeleton
Props() - Constructor for class org.rhq.helpers.pluginGen.Props
 
Props.MetricProps - Class in org.rhq.helpers.pluginGen
 
Props.MetricProps(String) - Constructor for class org.rhq.helpers.pluginGen.Props.MetricProps
 
Props.OperationProps - Class in org.rhq.helpers.pluginGen
 
Props.OperationProps(String) - Constructor for class org.rhq.helpers.pluginGen.Props.OperationProps
 
Props.SimpleProperty - Class in org.rhq.helpers.pluginGen
 
Props.SimpleProperty(String) - Constructor for class org.rhq.helpers.pluginGen.Props.SimpleProperty
 
Props.Template - Class in org.rhq.helpers.pluginGen
 
Props.Template(String) - Constructor for class org.rhq.helpers.pluginGen.Props.Template
 
Props.TypeKey - Class in org.rhq.helpers.pluginGen
 
Props.TypeKey(String, String) - Constructor for class org.rhq.helpers.pluginGen.Props.TypeKey
 

R

ResourceCategory - Enum in org.rhq.helpers.pluginGen
Possible categories
run() - Method in class org.rhq.helpers.pluginGen.PluginGen
 

S

setCategory(ResourceCategory) - Method in class org.rhq.helpers.pluginGen.Props
 
setChildren(Set<Props>) - Method in class org.rhq.helpers.pluginGen.Props
 
setComponentClass(String) - Method in class org.rhq.helpers.pluginGen.Props
 
setCreateChildren(boolean) - Method in class org.rhq.helpers.pluginGen.Props
 
setDataType(DataType) - Method in class org.rhq.helpers.pluginGen.Props.MetricProps
 
setDefaultValue(String) - Method in class org.rhq.helpers.pluginGen.Props.SimpleProperty
 
setDeleteChildren(boolean) - Method in class org.rhq.helpers.pluginGen.Props
 
setDependsOnJmxPlugin(boolean) - Method in class org.rhq.helpers.pluginGen.Props
 
setDescription(String) - Method in class org.rhq.helpers.pluginGen.Props.MetricProps
 
setDescription(String) - Method in class org.rhq.helpers.pluginGen.Props.OperationProps
 
setDescription(String) - Method in class org.rhq.helpers.pluginGen.Props
 
setDescription(String) - Method in class org.rhq.helpers.pluginGen.Props.SimpleProperty
 
setDescription(String) - Method in class org.rhq.helpers.pluginGen.Props.Template
 
setDiscoveryClass(String) - Method in class org.rhq.helpers.pluginGen.Props
 
setDisplayName(String) - Method in class org.rhq.helpers.pluginGen.Props.MetricProps
 
setDisplayName(String) - Method in class org.rhq.helpers.pluginGen.Props.OperationProps
 
setDisplayName(String) - Method in class org.rhq.helpers.pluginGen.Props.SimpleProperty
 
setDisplayType(DisplayType) - Method in class org.rhq.helpers.pluginGen.Props.MetricProps
 
setEvents(boolean) - Method in class org.rhq.helpers.pluginGen.Props
 
setFileSystemRoot(String) - Method in class org.rhq.helpers.pluginGen.Props
 
setHasMetrics(boolean) - Method in class org.rhq.helpers.pluginGen.Props
 
setHasOperations(boolean) - Method in class org.rhq.helpers.pluginGen.Props
 
setManualAddOfResourceType(boolean) - Method in class org.rhq.helpers.pluginGen.Props
 
setMetrics(Set<Props.MetricProps>) - Method in class org.rhq.helpers.pluginGen.Props
 
setName(String) - Method in class org.rhq.helpers.pluginGen.Props
 
setOperations(Set<Props.OperationProps>) - Method in class org.rhq.helpers.pluginGen.Props
 
setPackagePrefix(String) - Method in class org.rhq.helpers.pluginGen.Props
 
setParentType(String) - Method in class org.rhq.helpers.pluginGen.Props
 
setPkg(String) - Method in class org.rhq.helpers.pluginGen.Props
 
setPluginDescription(String) - Method in class org.rhq.helpers.pluginGen.Props
 
setPluginName(String) - Method in class org.rhq.helpers.pluginGen.Props
 
setReadOnly(boolean) - Method in class org.rhq.helpers.pluginGen.Props.SimpleProperty
 
setResourceConfiguration(boolean) - Method in class org.rhq.helpers.pluginGen.Props
 
setResult(Props.SimpleProperty) - Method in class org.rhq.helpers.pluginGen.Props.OperationProps
 
setRhqVersion(String) - Method in class org.rhq.helpers.pluginGen.Props
 
setRunsInsides(Set<Props.TypeKey>) - Method in class org.rhq.helpers.pluginGen.Props
 
setSimpleProps(Set<Props.SimpleProperty>) - Method in class org.rhq.helpers.pluginGen.Props
 
setSimpleProps(Set<Props.SimpleProperty>) - Method in class org.rhq.helpers.pluginGen.Props.Template
 
setSingleton(boolean) - Method in class org.rhq.helpers.pluginGen.Props
 
setSupportFacet(boolean) - Method in class org.rhq.helpers.pluginGen.Props
 
setTemplates(Set<Props.Template>) - Method in class org.rhq.helpers.pluginGen.Props
 
setType(String) - Method in class org.rhq.helpers.pluginGen.Props.SimpleProperty
 
setUnits(Units) - Method in class org.rhq.helpers.pluginGen.Props.MetricProps
 
setUsePluginLifecycleListenerApi(boolean) - Method in class org.rhq.helpers.pluginGen.Props
 
setUsesExternalJarsInPlugin(boolean) - Method in class org.rhq.helpers.pluginGen.Props
 

T

Test - Class in org.rhq.helpers.pluginGen
Simple test class to easily trigger creation of output
Test() - Constructor for class org.rhq.helpers.pluginGen.Test
 
toString() - Method in class org.rhq.helpers.pluginGen.Props
 
toString() - Method in class org.rhq.helpers.pluginGen.Props.TypeKey
 

V

valueOf(String) - Static method in enum org.rhq.helpers.pluginGen.ResourceCategory
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.rhq.helpers.pluginGen.ResourceCategory
Returns an array containing the constants of this enum type, in the order they are declared.
C G I M O P R S T V 

Copyright © 2013. All Rights Reserved.