|
||||||||||
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.ReportId
public class ReportId
Identifies a specific report of a project to reference to.
Field Summary | |
---|---|
static String |
NORMAL_REPORT Defines the type for normal reports. |
static String |
TEST_REPORT Defines the type for test reports. |
Constructor Summary | |
---|---|
ReportId(String reportArtifactId, String reportType) Default constructor. |
Method Summary | |
---|---|
boolean |
equals(Object object) Returns true if the given object is semantically equal to the given object, false otherwise. |
String |
getReportArtifactId() Returns the report artifact ID this strategy is constructed for. |
String |
getReportType() Returns the type of report generated by the getReportArtifactId() to reference. |
int |
hashCode() Returns the hash code of the object. |
String |
toString() Returns the string representation of the object. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final String NORMAL_REPORT
The value of this constant is "normal".
"normal"
public static final String TEST_REPORT
The value of this constant is "test".
"test"
Constructor Detail |
---|
public ReportId(String reportArtifactId, String reportType)
reportArtifactId
- the report artifact ID this strategy is constructed for.
reportType
- the type of report generated by the
getReportArtifactId()
to reference.
Method Detail |
---|
public String getReportArtifactId()
public String getReportType()
getReportArtifactId()
to reference. Typically there can be two kinds of reports: one on the production and one on the test code.
getReportArtifactId()
to reference.
public int hashCode()
hashCode
in class
Object
public boolean equals(Object object)
true
if the given object is semantically equal to the given object,
false
otherwise.
equals
in class
Object
object
- the instance to compare to.
true
if the given object is semantically equal to the given object,
false
otherwise.
public String toString()
toString
in class
Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |