Package | Description |
---|---|
de.jollyday | |
de.jollyday.impl | |
de.jollyday.parser | |
de.jollyday.parser.impl | |
de.jollyday.util |
Modifier and Type | Method and Description |
---|---|
abstract Set<Holiday> |
HolidayManager.getHolidays(int year,
String... args)
Returns the holidays for the requested year and hierarchy structure.
|
abstract Set<Holiday> |
HolidayManager.getHolidays(LocalDate startDateInclusive,
LocalDate endDateInclusive,
String... args)
Returns the holidays for the requested interval and hierarchy structure.
|
Modifier and Type | Method and Description |
---|---|
Set<Holiday> |
JapaneseHolidayManager.getHolidays(int year,
String... args)
Returns the holidays for the requested year and hierarchy structure.
|
Set<Holiday> |
DefaultHolidayManager.getHolidays(int year,
String... args)
Returns the holidays for the requested year and hierarchy structure.
|
Set<Holiday> |
DefaultHolidayManager.getHolidays(LocalDate startDateInclusive,
LocalDate endDateInclusive,
String... args)
Returns the holidays for the requested interval and hierarchy structure.
|
Modifier and Type | Method and Description |
---|---|
void |
HolidayParser.parse(int year,
Set<Holiday> holidays,
de.jollyday.config.Holidays config)
Parses for the provided year using the
Holidays config and adds
to the set of holidays. |
Modifier and Type | Method and Description |
---|---|
protected void |
RelativeToEasterSundayParser.addChristianHoliday(LocalDate day,
String propertiesKey,
de.jollyday.config.HolidayType holidayType,
Set<Holiday> holidays)
Adds the given day to the list of holidays.
|
void |
RelativeToWeekdayInMonthParser.parse(int year,
Set<Holiday> holidays,
de.jollyday.config.Holidays config)
Parses for the provided year using the
Holidays config and adds
to the set of holidays. |
void |
RelativeToFixedParser.parse(int year,
Set<Holiday> holidays,
de.jollyday.config.Holidays config)
Parses for the provided year using the
Holidays config and adds
to the set of holidays. |
void |
RelativeToEasterSundayParser.parse(int year,
Set<Holiday> holidays,
de.jollyday.config.Holidays config)
Parses for the provided year using the
Holidays config and adds
to the set of holidays. |
void |
IslamicHolidayParser.parse(int year,
Set<Holiday> holidays,
de.jollyday.config.Holidays config)
Parses for the provided year using the
Holidays config and adds
to the set of holidays. |
void |
HinduHolidayParser.parse(int year,
Set<Holiday> holidays,
de.jollyday.config.Holidays config)
Parses for the provided year using the
Holidays config and adds
to the set of holidays. |
void |
FixedWeekdayRelativeToFixedParser.parse(int year,
Set<Holiday> holidays,
de.jollyday.config.Holidays config)
Parses the provided configuration and creates holidays for the provided
year.
|
void |
FixedWeekdayInMonthParser.parse(int year,
Set<Holiday> holidays,
de.jollyday.config.Holidays config)
Parses for the provided year using the
Holidays config and adds
to the set of holidays. |
void |
FixedWeekdayBetweenFixedParser.parse(int year,
Set<Holiday> holidays,
de.jollyday.config.Holidays config)
Parses for the provided year using the
Holidays config and adds
to the set of holidays. |
void |
FixedParser.parse(int year,
Set<Holiday> holidays,
de.jollyday.config.Holidays config)
Parses for the provided year using the
Holidays config and adds
to the set of holidays. |
void |
EthiopianOrthodoxHolidayParser.parse(int year,
Set<Holiday> holidays,
de.jollyday.config.Holidays config)
Parses for the provided year using the
Holidays config and adds
to the set of holidays. |
void |
ChristianHolidayParser.parse(int year,
Set<Holiday> holidays,
de.jollyday.config.Holidays config)
Parses for the provided year using the
Holidays config and adds
to the set of holidays. |
Modifier and Type | Method and Description |
---|---|
boolean |
CalendarUtil.contains(Set<Holiday> holidays,
LocalDate date)
Shows if the requested dat is contained in the Set of holidays.
|
Copyright © 18.01.2010–2015. All rights reserved.