|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object de.smartics.maven.apidoc.IssueMessageWrapper
class IssueMessageWrapper
Wraps a message to provide report specific information.
Constructor Summary | |
---|---|
IssueMessageWrapper(Collection<String> sourceRoots, String xrefLocation, IssueMessage message) Default constructor. |
Method Summary | |
---|---|
String |
getClassName() Returns the name of the class the issue is located in. |
IssueMessage |
getMessage() Returns the message being wrapped. |
String |
getXref() Returns the reference to the class in the XRef report. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public IssueMessageWrapper(Collection<String> sourceRoots, String xrefLocation, IssueMessage message)
sourceRoots
- the base directories of the project where sources are found that are examined by the Javadoc tool. Used to construct references to the XRef report.
xrefLocation
- the location where the XRef report is written to.
message
- the message being wrapped.
Method Detail |
---|
public IssueMessage getMessage()
public String getClassName()
null
if no class can be determined.
public String getXref()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |