Package | Description |
---|---|
org.codehaus.modello.plugin.java.javasource |
Modifier and Type | Method | Description |
---|---|---|
static JDocDescriptor |
JDocDescriptor.createAuthorDesc() |
Creates a new author descriptor
|
static JDocDescriptor |
JDocDescriptor.createAuthorDesc(String name) |
Creates a new author descriptor
|
static JDocDescriptor |
JDocDescriptor.createExceptionDesc() |
Creates a new exception descriptor
|
static JDocDescriptor |
JDocDescriptor.createExceptionDesc(String name,
String desc) |
Creates a new exception descriptor
|
static JDocDescriptor |
JDocDescriptor.createParamDesc() |
Creates a new param descriptor
|
static JDocDescriptor |
JDocDescriptor.createParamDesc(String name,
String desc) |
Creates a new param descriptor
|
static JDocDescriptor |
JDocDescriptor.createReferenceDesc() |
Creates a new reference descriptor
|
static JDocDescriptor |
JDocDescriptor.createReferenceDesc(String name) |
Creates a new reference descriptor
|
static JDocDescriptor |
JDocDescriptor.createReturnDesc() |
Creates a new return descriptor
|
static JDocDescriptor |
JDocDescriptor.createReturnDesc(String desc) |
Creates a new return descriptor
|
static JDocDescriptor |
JDocDescriptor.createVersionDesc() |
Creates a new version descriptor
|
static JDocDescriptor |
JDocDescriptor.createVersionDesc(String version) |
Creates a new version descriptor
|
JDocDescriptor |
JDocComment.getParamDescriptor(String name) |
Returns the Parameter Descriptor associated with the
given name
|
Modifier and Type | Method | Description |
---|---|---|
Enumeration<JDocDescriptor> |
JDocComment.getDescriptors() |
Returns an enumeration of the parameters of this JDocComment
|
Modifier and Type | Method | Description |
---|---|---|
void |
JDocComment.addDescriptor(JDocDescriptor jdesc) |
Adds the given JDocDescriptor to this JDocComment
|
protected short |
JDocDescriptor.compareTo(JDocDescriptor jdd) |
Compares the type of this JDocDescriptor with the given descriptor.
|
Copyright © 2001–2018 Codehaus Plexus. All rights reserved.