net.sf.snver.pileup.config
Class IndividualConfigurationFactory

java.lang.Object
  extended by net.sf.snver.pileup.config.AbstractConfigurationFactory
      extended by net.sf.snver.pileup.config.IndividualConfigurationFactory

public class IndividualConfigurationFactory
extends AbstractConfigurationFactory

Created by IntelliJ IDEA. User: weicheng hu Date: 11/21/11 Time: 4:21 PM


Field Summary
 
Fields inherited from class net.sf.snver.pileup.config.AbstractConfigurationFactory
NULL
 
Constructor Summary
IndividualConfigurationFactory()
           
 
Method Summary
protected  void afterParsing(java.util.Properties prop)
          Do special logic after the normal parsing routine
protected  void beforeParsing(java.util.Properties prop)
           
protected  boolean onParsing(java.lang.String key, java.lang.String value, java.util.Properties prop)
          Do special logic before the normal parsing routine
protected  void setMore(java.util.Properties prop)
           
 
Methods inherited from class net.sf.snver.pileup.config.AbstractConfigurationFactory
buildFileName, createProperties, getDefaultProperties, isComplete, isValueValid
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IndividualConfigurationFactory

public IndividualConfigurationFactory()
Method Detail

onParsing

protected boolean onParsing(java.lang.String key,
                            java.lang.String value,
                            java.util.Properties prop)
                     throws NoMatchOptionException
Description copied from class: AbstractConfigurationFactory
Do special logic before the normal parsing routine

Overrides:
onParsing in class AbstractConfigurationFactory
Parameters:
key - String
value - String
prop - Properties
Returns:
boolean
Throws:
NoMatchOptionException - Error in parsing routine

setMore

protected void setMore(java.util.Properties prop)
Specified by:
setMore in class AbstractConfigurationFactory

beforeParsing

protected void beforeParsing(java.util.Properties prop)
Specified by:
beforeParsing in class AbstractConfigurationFactory

afterParsing

protected void afterParsing(java.util.Properties prop)
Description copied from class: AbstractConfigurationFactory
Do special logic after the normal parsing routine

Overrides:
afterParsing in class AbstractConfigurationFactory
Parameters:
prop - Properties