|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object de.smartics.maven.apidoc.JavadocMessageConfig
public final class JavadocMessageConfig
Configuration to control the rendering of the report.
Nested Class Summary | |
---|---|
static class |
JavadocMessageConfig.Builder Builder for the configuration instance. |
Method Summary | |
---|---|
List<IssueMessage> |
filter(List<IssueMessage> messages) Creates a copy of the passed in messages that contains only those messages that are note filtered. |
ResourceBundle |
getBundle() Returns the resource bundle to fetch messages to be rendered into the report. |
String |
getFooterText() Returns the text to be rendered in the footer. |
Locale |
getLocale() Returns the locale to use for the report. |
Collection<String> |
getSourceRoots() Returns the root directories in which the source files reside. |
String |
getXrefLocation() Returns the location where the XRef report is written to. |
boolean |
isNoticeMessagesRendered() Returns the flag that indicates if notice messages should be rendered in the report ( true ) or if only error and warn messages are rendered ( false ). |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public Collection<String> getSourceRoots()
public ResourceBundle getBundle()
public Locale getLocale()
public String getXrefLocation()
public String getFooterText()
public boolean isNoticeMessagesRendered()
true
) or if only error and warn messages are rendered (
false
).
true
) or if only error and warn messages are rendered (
false
).
public List<IssueMessage> filter(List<IssueMessage> messages)
messages
- the messages to filter.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |