org.jpedal.examples.text.extractheadlines
Class DateConfiguration

java.lang.Object
  extended by org.jpedal.storypad.Configuration
      extended by org.jpedal.examples.text.extractheadlines.DateConfiguration

public class DateConfiguration
extends org.jpedal.storypad.Configuration


Constructor Summary
DateConfiguration(java.lang.String configDir)
          initialise category and load or create config file
 
Method Summary
 boolean saveValues()
          write out a config file
 
Methods inherited from class org.jpedal.storypad.Configuration
getConfig, getKeysAsOrderedList, getValue, setValue
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DateConfiguration

public DateConfiguration(java.lang.String configDir)
initialise category and load or create config file

Method Detail

saveValues

public boolean saveValues()
write out a config file

Overrides:
saveValues in class org.jpedal.storypad.Configuration