|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.paris.lutece.plugins.calendar.modules.text.TextAgendaLoader
public class TextAgendaLoader
A basic implementation of an Agenda Loader. This loader constructs agenda by reading events in a text file. Each line of the text file should contains an event defined as follow : [date formatted as YYYYMMDD] [description]
Constructor Summary | |
---|---|
TextAgendaLoader()
Creates a new instance of TextAgendaLoader |
Method Summary | |
---|---|
Agenda |
load(java.lang.String strParameter)
Load an agenda using its name |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TextAgendaLoader()
Method Detail |
---|
public Agenda load(java.lang.String strParameter)
load
in interface AgendaLoader
strParameter
- The parameter of the agenada
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |