Package chemaxon.standardizer
Class StandardizerActionFactory.Builder
java.lang.Object
chemaxon.standardizer.StandardizerActionFactory.Builder
- Enclosing class:
- StandardizerActionFactory
Builder class for 
StandardizerActionFactory.- Since:
- 6.0
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidAdds a standardizer action class descriptor to the factoryvoidadd(InputStream inputStream) Adds an input stream containing standardizer specifications to be stored by the output factoryvoidAdds an input stream containing standardizer specifications to be stored by the output factoryvoidadd(Properties properties) Adds a property map containing properties of standardizer actions to be stored by the output factorybuild()Builds aStandardizerActionFactorybased on the previously addedInputStreaminstances
- 
Constructor Details- 
Builderpublic Builder()
 
- 
- 
Method Details- 
addAdds an input stream containing standardizer specifications to be stored by the output factory- Parameters:
- url- a URL of an entity containing standardizer specification
- Throws:
- IOException
 
- 
addAdds an input stream containing standardizer specifications to be stored by the output factory- Parameters:
- inputStream- an input stream containing standardizer specifications
 
- 
addAdds a property map containing properties of standardizer actions to be stored by the output factory- Parameters:
- properties- an input stream containing properties of standardizer actions
 
- 
addAdds a standardizer action class descriptor to the factory- Parameters:
- descriptor- the descriptor of the standardizer action class
 
- 
buildBuilds aStandardizerActionFactorybased on the previously addedInputStreaminstances- Returns:
- the built factory
 
 
-