| 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface CleanFilter
This interface must be implemented to define cleaning rules.
| Field Summary | |
|---|---|
static String | 
REVISION
 | 
| Method Summary | |
|---|---|
 void | 
cleanMergeMap(Map<String,TreeSet<Stamp>> mergeMap)
This method is called to clean the merge map.  | 
 boolean | 
isCleanable(InnerLogEntry entry)
Returns true if the entry can be cleaned or false otherwise.  | 
 boolean | 
isCleanable(StorableLogEntry entry,
            Class<?> clazz)
Returns true if the entry can be cleaned or false otherwise.  | 
| Field Detail | 
|---|
static final String REVISION
| Method Detail | 
|---|
boolean isCleanable(StorableLogEntry entry,
                    Class<?> clazz)
entry - the entry to be checkedclazz - the class of which this entry is applied
boolean isCleanable(InnerLogEntry entry)
entry - the entry to be checked
void cleanMergeMap(Map<String,TreeSet<Stamp>> mergeMap)
mergeMap - the merge map
  | 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||