public class PropertyFileOnClasspathLoader extends PropertyFileBaseLoader
| Constructor and Description |
|---|
PropertyFileOnClasspathLoader(StrProp classpathOfPropertyFile) |
| Modifier and Type | Method and Description |
|---|---|
List<Property> |
getInstanceConfig()
A list of properties that the user has specified as being configuration
properties for this Loader.
|
String |
getSpecificLoadDescription()
For this particular load, where was info loaded from?
This may vary from run to run based on config params.
|
LoaderValues |
load(ConstructionDefinition appConfigDef,
ValueMapWithContext existingValues)
Builds up a list of LoaderValues by loading property values from a configuration
source.
|
LoaderValues |
load(ConstructionDefinition appConfigDef,
ValueMapWithContext existingValues,
String path)
Load from a non-null classpath path.
|
getConfigSamplePrinter, getLoaderDialect, getLoaderType, isTrimmingRequiredForStringValues, isUnrecognizedPropertyNamesConsideredAProblem, loadInputStreamToPropsattemptToAdd, attemptToAdd, createValue, findDuplicateProperty, getClassConfigpublic PropertyFileOnClasspathLoader(StrProp classpathOfPropertyFile)
public LoaderValues load(ConstructionDefinition appConfigDef, ValueMapWithContext existingValues)
Loaderpublic LoaderValues load(ConstructionDefinition appConfigDef, ValueMapWithContext existingValues, String path)
appConfigDef - existingValues - path - public List<Property> getInstanceConfig()
LoadergetInstanceConfig in interface LoadergetInstanceConfig in class BaseLoaderpublic String getSpecificLoadDescription()
LoaderCopyright © 2017. All rights reserved.