Package org.bedework.synch.filters
Class DefaultFilter
- java.lang.Object
-
- org.bedework.synch.shared.filters.AbstractFilter
-
- org.bedework.synch.filters.DefaultFilter
-
- All Implemented Interfaces:
Filter,org.bedework.util.logging.Logged
public class DefaultFilter extends AbstractFilter
This filter strips out unwanted properties and components.- Author:
- douglm
-
-
Field Summary
-
Fields inherited from class org.bedework.synch.shared.filters.AbstractFilter
icalOf, stripMap, sub
-
-
Constructor Summary
Constructors Constructor Description DefaultFilter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ietf.params.xml.ns.icalendar_2.IcalendarTypedoFilter(ietf.params.xml.ns.icalendar_2.IcalendarType val)protected Map<String,Object>getStripMap()-
Methods inherited from class org.bedework.synch.shared.filters.AbstractFilter
addDifferSkipItems, addSkip, getLogger, init, stripIcal
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.bedework.util.logging.Logged
audit, debug, debug, enableAuditLogger, enableErrorLogger, enableMetricsLogger, error, error, error, getLogLevel, info, isAuditLoggerEnabled, isErrorLoggerEnabled, isMetricsDebugEnabled, isMetricsLoggerEnabled, metrics, setLoggerClass, setLoggerClass, trace, trace, warn
-
-
-
-
Method Detail
-
doFilter
public ietf.params.xml.ns.icalendar_2.IcalendarType doFilter(ietf.params.xml.ns.icalendar_2.IcalendarType val) throws SynchException- Throws:
SynchException
-
getStripMap
protected Map<String,Object> getStripMap() throws SynchException
- Overrides:
getStripMapin classAbstractFilter- Throws:
SynchException
-
-