org.jpedal.examples.text.extractheadlines
Class HeadlineConfiguration

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

public class HeadlineConfiguration
extends org.jpedal.storypad.Configuration


Constructor Summary
HeadlineConfiguration(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

HeadlineConfiguration

public HeadlineConfiguration(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