|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object de.smartics.maven.util.report.link.LinkConstructorStrategyConfig.Builder
public static final class LinkConstructorStrategyConfig.Builder
Builds instances of LinkConstructorStrategyConfig
.
Constructor Summary | |
---|---|
LinkConstructorStrategyConfig.Builder() |
Method Summary | |
---|---|
LinkConstructorStrategyConfig |
build() Creates the congfiguration instance. |
void |
setExtension(String extension) Sets the extension to the file name to reference to. |
void |
setLabelKey(String labelKey) Sets the key to the label to use as a label for the rendered link. |
void |
setReferenceMember(boolean referenceMember) Sets the hint to request to construct a strategy specific link part to reference a member. |
void |
setReportLocation(File reportLocation) Sets the location of the report to link to. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public LinkConstructorStrategyConfig.Builder()
Method Detail |
---|
public void setReportLocation(File reportLocation)
reportLocation
- the location of the report to link to.
public void setExtension(String extension) throws IllegalArgumentException
html
.
extension
- the extension to the file name to reference to.
IllegalArgumentException
public void setReferenceMember(boolean referenceMember)
referenceMember
- the hint to request to construct a strategy specific link part to reference a member.
public void setLabelKey(String labelKey)
labelKey
- the key to the label to use as a label for the rendered link.
public LinkConstructorStrategyConfig build()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |