fr.paris.lutece.plugins.calendar.modules.text
Class TextAgendaLoader

java.lang.Object
  extended by fr.paris.lutece.plugins.calendar.modules.text.TextAgendaLoader
All Implemented Interfaces:
AgendaLoader

public class TextAgendaLoader
extends java.lang.Object
implements AgendaLoader

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

TextAgendaLoader

public TextAgendaLoader()
Creates a new instance of TextAgendaLoader

Method Detail

load

public Agenda load(java.lang.String strParameter)
Load an agenda using its name

Specified by:
load in interface AgendaLoader
Parameters:
strParameter - The parameter of the agenada
Returns:
An agenda object


Copyright © 2007 Mairie de Paris. All Rights Reserved.