org.jpedal.examples.text.extractheadlines
Class SectionConfiguration

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

public class SectionConfiguration
extends org.jpedal.storypad.Configuration


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

SectionConfiguration

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