protected static class SchedulePropertyValueParser.ScheduleFactoryImpl
extends java.lang.Object
implements atg.service.scheduler.ScheduleFactory
| Modifier and Type | Method and Description |
|---|---|
boolean |
canParse(java.lang.String pString,
java.util.Locale pLocale)
If pString starts with
mStartingTokecn the return true |
Schedule |
createSchedule(java.lang.String pString,
java.util.Locale pLocale)
returns the schedule parsed from pString, it will be of type mClass
|
public boolean canParse(java.lang.String pString,
java.util.Locale pLocale)
mStartingTokecn the return truecanParse in interface atg.service.scheduler.ScheduleFactorypString - a string to parsepLocale - the locate the string is inboolean valuepublic Schedule createSchedule(java.lang.String pString, java.util.Locale pLocale) throws atg.nucleus.PropertyValueParseException
createSchedule in interface atg.service.scheduler.ScheduleFactorypString - a String valuepLocale - a Locale valueSchedule valueatg.nucleus.PropertyValueParseException