Package | Description |
---|---|
vdoclet.docinfo | |
vdoclet.ejb |
Modifier and Type | Method and Description |
---|---|
static DocInfo |
QDoxBuilder.build(com.thoughtworks.qdox.model.JavaSource[] javaSources) |
DocInfo |
ClassInfo.getContainingDocInfo()
Get the containing DocInfo
|
DocInfo |
Builder.getDocInfo() |
Modifier and Type | Method and Description |
---|---|
void |
ClassInfo.setContainingDocInfo(DocInfo docInfo)
Set the containing DocInfo
|
Modifier and Type | Method and Description |
---|---|
DocInfo |
EjbBundle.getDocInfo() |
Modifier and Type | Method and Description |
---|---|
static EjbBundle |
EjbUtils.getEjbBundle(DocInfo docInfo)
Derive EJB information from Javadoc data
|
Constructor and Description |
---|
EjbBundle(DocInfo docInfo)
Construct an EjbBundle from the specified javadoc info.
|