public abstract class PropertyFileBaseLoader extends BaseLoader
| Constructor and Description |
|---|
PropertyFileBaseLoader() |
| Modifier and Type | Method and Description |
|---|---|
SamplePrinter |
getConfigSamplePrinter()
Returns a ConfigSamplePrinter, which can be used to print a configuration
sample for this Loader.
|
String |
getLoaderDialect()
The type dialect of the loader.
|
String |
getLoaderType()
The type of the loader, such as JNDI, PropertyFile, SystemProperty,
etc..
|
boolean |
isTrimmingRequiredForStringValues()
If true, values for string properties are trimmed by the Trimmer of
the property they are associated with.
|
boolean |
isUnrecognizedPropertyNamesConsideredAProblem()
If true, an unrecognized name is considered a problem that will stop
application startup.
|
LoaderValues |
loadInputStreamToProps(InputStream inputStream,
String fromPath,
ConstructionDefinition appConfigDef,
ValueMapWithContext existingValues) |
attemptToAdd, attemptToAdd, createValue, findDuplicateProperty, getClassConfig, getInstanceConfigclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetSpecificLoadDescription, loadpublic LoaderValues loadInputStreamToProps(InputStream inputStream, String fromPath, ConstructionDefinition appConfigDef, ValueMapWithContext existingValues) throws org.yarnandtail.andhow.load.LoaderException
org.yarnandtail.andhow.load.LoaderExceptionpublic boolean isTrimmingRequiredForStringValues()
Loaderpublic boolean isUnrecognizedPropertyNamesConsideredAProblem()
Loaderpublic SamplePrinter getConfigSamplePrinter()
LoadergetConfigSamplePrinter in interface LoadergetConfigSamplePrinter in class BaseLoaderpublic String getLoaderType()
Loaderpublic String getLoaderDialect()
LoaderCopyright © 2017. All rights reserved.