|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sourceforge.cruisecontrol.logmanipulators.BaseManipulator
Constructor Summary | |
BaseManipulator()
|
Method Summary | |
protected java.io.File[] |
getRelevantFiles(java.lang.String logDir,
boolean ignoreSuffix)
Identifies the relevant Logfiles from the given Logdir |
void |
setEvery(int every)
sets the backup keep amount |
void |
setUnit(java.lang.String unit)
sets the unit on which the backup should run. valid are YEAR, MONTH, WEEK, DAY |
void |
validate()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface net.sourceforge.cruisecontrol.Manipulator |
execute |
Constructor Detail |
public BaseManipulator()
Method Detail |
protected java.io.File[] getRelevantFiles(java.lang.String logDir, boolean ignoreSuffix)
logDir
- the logDir as String
public void validate() throws CruiseControlException
validate
in interface Manipulator
CruiseControlException
public void setEvery(int every) throws CruiseControlException
every
-
CruiseControlException
public void setUnit(java.lang.String unit) throws CruiseControlException
unit
- String that is used as Key for the Calendar-Constants
CruiseControlException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |