|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.mavenhist.HistorisationBase
public class HistorisationBase
Base class to extract the value from specified reports with extractors. To be able to work this
class must be filled with setter methods before the use. If storeAllValues
is called
before all settings are set. An exception is thrown.
Constructor Summary | |
---|---|
HistorisationBase()
|
Method Summary | |
---|---|
String |
getArtifactId()
|
String |
getBuildNumber()
|
String |
getDate()
|
String |
getGroupId()
|
String |
getMavenBuildDir()
|
String |
getMavenDocsDest()
|
net.sf.mavenhist.persistency.IPersistency |
getPersistency()
|
String |
getPersistencyClass()
|
void |
initialisePersistency()
Initialises the persistency layer. |
void |
setArtifactId(String artifactId)
|
void |
setBuildNumber(String buildNumber)
|
void |
setDate(String date)
|
void |
setExtractorNames(String extractorNames)
Sets a comma-separated list of extractors. |
void |
setGroupId(String groupId)
|
void |
setMavenBuildDir(String mavenBuildDir)
|
void |
setMavenDocsDest(String mavenDocsDest)
|
void |
setPersistency(net.sf.mavenhist.persistency.IPersistency persistency)
|
void |
setPersistencyClass(String persistencyClass)
|
void |
storeAllValues()
Extracts and stores the results of all extractors given in the setExtractorNames
method. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public HistorisationBase()
Method Detail |
---|
public void storeAllValues() throws Exception
setExtractorNames
method.
Exception
- will be thrown if not all needed parameters are set before calling this
method.public void initialisePersistency() throws Exception
Exception
- if something failed.public String getPersistencyClass()
public void setPersistencyClass(String persistencyClass)
persistencyClass
- the persistencyClass to setpublic void setExtractorNames(String extractorNames)
extractorNames
- comma-separated list.public String getMavenBuildDir()
public void setMavenBuildDir(String mavenBuildDir)
mavenBuildDir
- the mavenBuildDir to setpublic String getArtifactId()
public void setArtifactId(String artifactId)
artifactId
- the artifactId to setpublic String getBuildNumber()
public void setBuildNumber(String buildNumber)
buildNumber
- the buildNumber to setpublic String getDate()
public void setDate(String date)
date
- the date to setpublic String getGroupId()
public void setGroupId(String groupId)
groupId
- the groupId to setpublic net.sf.mavenhist.persistency.IPersistency getPersistency()
public void setPersistency(net.sf.mavenhist.persistency.IPersistency persistency)
persistency
- the persistency to setpublic String getMavenDocsDest()
public void setMavenDocsDest(String mavenDocsDest)
mavenDocsDest
- the mavenDocsDest to set
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |