public class LogCleaner extends LogManagerHandler
| Modifier and Type | Field and Description | 
|---|---|
| static java.lang.String | REVISION | 
locator, maxLineNumberARRAY_FLAG, CLEANING_STATE, COLLECTION_FLAG, CREATE_OP, DELETE_OP, IDLE_STATE, INNER_LOGS, INNER_MILESTONE, INNER_PREFIX, INNER_SYNC, ITEM_ESCAPE_CHAR, ITEM_SEPARATOR, LOADING_STATE, MAP_ASSIGN, MAP_CHARS_TO_ESCAPE, MAP_CLASS_SEPARATOR, MAP_FLAG, NAMESPACE, SH_SUFFIX, STORING_STATE, UPDATE_OP| Constructor and Description | 
|---|
| LogCleaner(Store store) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | clean(java.lang.String backupFilename,
     CleanFilter filter)Clean the current store in the given file | 
| void | processInnerLogEntry(InnerLogEntry logEntry)Process an InnerLogEntry | 
| void | processStorableLogEntry(StorableLogEntry logEntry)Process a StorableLogEntry | 
characters, endDocument, endElement, endPrefixMapping, error, fatalError, getMaxLineNumber, handleLogEntryException, ignorableWhitespace, processingInstruction, setDocumentLocator, skippedEntity, startDocument, startElement, startPrefixMapping, warningpublic static final java.lang.String REVISION
public LogCleaner(Store store)
public void clean(java.lang.String backupFilename,
                  CleanFilter filter)
           throws java.io.IOException
backupFilename - the output filefilter - the CleanFilter to applyjava.io.IOExceptionpublic void processInnerLogEntry(InnerLogEntry logEntry)
LogManagerHandlerprocessInnerLogEntry in class LogManagerHandlerlogEntry - the InnerLogEntry to processpublic void processStorableLogEntry(StorableLogEntry logEntry)
LogManagerHandlerprocessStorableLogEntry in class LogManagerHandlerlogEntry - the StorableLogEntry to processCopyright © 2001-2019 Jalios SA. All Rights Reserved.