All Methods Static Methods Instance Methods Concrete Methods
Modifier and Type |
Method and Description |
protected String |
attributeNameToJavaName(String attrName) |
static void |
countTypes(Map<String,Integer> counts,
MBeanAttributeInfo[] infos)
Count how many times an Attribute type is used.
|
protected String |
formMethod(String returnType,
String name,
String[] params,
String[] names) |
String |
generate(MBeanInfo info,
boolean emitComments) |
protected String |
generateAttributes(List<MBeanAttributeInfo> infos) |
protected String |
generateOperations(MBeanOperationInfo[] infos) |
protected String |
getAttributeNameComment(String attributeName,
String javaName)
Return a comment regarding the Attribute name if it was mapped to a different
Java name.
|
String |
getClassname(MBeanInfo info) |
String |
getExceptions(MBeanOperationInfo info) |
String |
getGetterComment(MBeanAttributeInfo info,
String actualName) |
String |
getHeaderComment(MBeanInfo info) |
String |
getInterfaceComment(MBeanInfo info) |
String |
getOperationComment(MBeanOperationInfo info,
String[] paramNames) |
String |
getPackageName(MBeanInfo info) |
String[] |
getParamNames(MBeanOperationInfo info) |
String |
getSetterComment(MBeanAttributeInfo info,
String actualName) |
protected String |
indent(String contents) |
protected String |
indent(String contents,
String prefix) |
protected boolean |
isBoilerplateDescription(String description) |
protected boolean |
isUnqualifiedType(String type) |
protected String |
makeJavadocComment(String contents) |
static String |
toString(Descriptor d) |
protected boolean |
typeMayBeAbbreviated(String type)
type must be the "friendly" name.
|