de.smartics.maven.util.report.link
Class LinkConstructorStrategyConfig

Package class diagram package LinkConstructorStrategyConfig
java.lang.Object
  extended by de.smartics.maven.util.report.link.LinkConstructorStrategyConfig

public final class LinkConstructorStrategyConfig
     
     
extends Object

Configuration information for a LinkConstructorStrategy.


Nested Class Summary
static class LinkConstructorStrategyConfig.Builder
          Builds instances of LinkConstructorStrategyConfig.
 
Method Summary
 String getExtension()
          Returns the extension to the file name to reference to.
 String getLabelKey()
          Returns the key to the label to use as a label for the rendered link.
 File getReportLocation()
          Returns the location of the report to link to.
 boolean isReferenceMember()
          Returns the hint to request to construct a strategy specific link part to reference a member.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getReportLocation

public File getReportLocation()
Returns the location of the report to link to.

Returns:
the location of the report to link to.

getExtension

public String getExtension()
Returns the extension to the file name to reference to. Usually this is html.

Returns:
the extension to the file name to reference to.

isReferenceMember

public boolean isReferenceMember()
Returns the hint to request to construct a strategy specific link part to reference a member.

Returns:
the hint to request to construct a strategy specific link part to reference a member.

getLabelKey

public String getLabelKey()
Returns the key to the label to use as a label for the rendered link.

Returns:
the key to the label to use as a label for the rendered link.


Copyright © 2006-2012 Kronseder & Reiner GmbH - smartics. All Rights Reserved.