public class CSVHolidaysChecker extends DefaultComponent implements HolidaysChecker
lastModified
Constructor and Description |
---|
CSVHolidaysChecker() |
Modifier and Type | Method and Description |
---|---|
boolean |
isHoliday(Date date)
Check if this day is an holiday.
|
void |
registerContribution(Object contribution,
String extensionPoint,
ComponentInstance contributor) |
activate, deactivate, getAdapter, getLastModified, registerExtension, setLastModified, setModifiedNow, start, stop, unregisterContribution, unregisterExtension
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
applicationStarted, getApplicationStartedOrder
public CSVHolidaysChecker()
public boolean isHoliday(Date date)
HolidaysChecker
isHoliday
in interface HolidaysChecker
date
- to checkpublic void registerContribution(Object contribution, String extensionPoint, ComponentInstance contributor)
registerContribution
in class DefaultComponent
Copyright © 2018 Nuxeo. All rights reserved.