@Deprecated public class DefaultPropertyLoadContext extends DefaultPropertyContext implements PropertyLoadContext
| Constructor and Description |
|---|
DefaultPropertyLoadContext()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getEncoding()
Deprecated.
|
protected Properties |
getGlobalProperties(Properties properties)
Deprecated.
|
protected String |
getGroupId()
Deprecated.
|
String |
getGroupIdProperty()
Deprecated.
|
String |
getLocation(String location,
Properties properties)
Deprecated.
|
String |
getLocationHelperExclude()
Deprecated.
|
List<String> |
getLocationHelperExcludes()
Deprecated.
|
String |
getLocationHelperInclude()
Deprecated.
|
List<String> |
getLocationHelperIncludes()
Deprecated.
|
protected List<PropertyProcessor> |
getLocationHelperProcessors()
Deprecated.
|
Properties |
getLocationHelperProperties()
Deprecated.
|
protected Properties |
getLocationHelperProperties(Properties properties,
GlobalPropertiesMode mode)
Deprecated.
|
protected List<PropertyProcessor> |
getLocationProcessors()
Deprecated.
|
List<String> |
getLocations()
Deprecated.
|
String |
getMissingLocationsMode()
Deprecated.
|
String |
getOrganizationGroupId()
Deprecated.
|
protected String |
getResolvedLocation(String location,
Properties properties)
Deprecated.
|
protected String |
getValidatedLocation(String location,
Mode missingLocationsMode)
Deprecated.
|
String |
getVersionProperty()
Deprecated.
|
Properties |
init()
Deprecated.
|
void |
setEncoding(String encoding)
Deprecated.
|
void |
setGroupIdProperty(String groupIdProperty)
Deprecated.
|
void |
setLocationHelperExclude(String locationHelperExclude)
Deprecated.
|
void |
setLocationHelperExcludes(List<String> locationHelperExcludes)
Deprecated.
|
void |
setLocationHelperInclude(String locationHelperInclude)
Deprecated.
|
void |
setLocationHelperIncludes(List<String> locationHelperIncludes)
Deprecated.
|
void |
setLocationHelperProperties(Properties locationHelperProperties)
Deprecated.
|
void |
setLocations(List<String> locations)
Deprecated.
|
void |
setMissingLocationsMode(String missingLocationsMode)
Deprecated.
|
void |
setOrganizationGroupId(String organizationGroupId)
Deprecated.
|
void |
setVersionProperty(String versionProperty)
Deprecated.
|
protected void |
validate()
Deprecated.
|
protected void |
validateGlobalPropertiesMode(String globalPropertiesMode)
Deprecated.
|
protected void |
validateResolved(String string)
Deprecated.
|
addProcessors, getBuildProperties, getBuildPropertyExcludes, getBuildPropertyIncludes, getDefaultProcessors, getEncProcessor, getEncryptionMode, getEncryptionPassword, getEncryptionStrength, getGlobalPropertiesMode, getHelper, getObscurer, getPlaceholderKey, getPrefix, getProcessors, getProperties, getResolvePlaceholders, getStyle, getStyleProcessor, initialize, log, remove, resolve, resolveAndRemove, setBuildProperties, setBuildPropertyExcludes, setBuildPropertyIncludes, setEncryptionMode, setEncryptionPassword, setEncryptionStrength, setGlobalPropertiesMode, setHelper, setObscurer, setPrefix, setProcessors, setProperties, setResolvePlaceholders, setStyleclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetProcessors, initializepublic DefaultPropertyLoadContext()
public Properties init()
init in interface PropertyLoadContextprotected void validateGlobalPropertiesMode(String globalPropertiesMode)
protected void validate()
validate in class DefaultPropertyContextpublic String getLocation(String location, Properties properties)
getLocation in interface PropertyLoadContextprotected String getValidatedLocation(String location, Mode missingLocationsMode)
protected void validateResolved(String string)
protected String getResolvedLocation(String location, Properties properties)
protected Properties getGlobalProperties(Properties properties)
protected Properties getLocationHelperProperties(Properties properties, GlobalPropertiesMode mode)
protected List<PropertyProcessor> getLocationProcessors()
protected String getGroupId()
protected List<PropertyProcessor> getLocationHelperProcessors()
public String getMissingLocationsMode()
public void setMissingLocationsMode(String missingLocationsMode)
public List<String> getLocations()
getLocations in interface PropertyLoadContextpublic void setLocations(List<String> locations)
public Properties getLocationHelperProperties()
public void setLocationHelperProperties(Properties locationHelperProperties)
public String getEncoding()
getEncoding in interface PropertyLoadContextpublic void setEncoding(String encoding)
public String getOrganizationGroupId()
public void setOrganizationGroupId(String organizationGroupId)
public String getGroupIdProperty()
public void setGroupIdProperty(String groupIdProperty)
public String getVersionProperty()
public void setVersionProperty(String versionProperty)
public List<String> getLocationHelperIncludes()
public void setLocationHelperIncludes(List<String> locationHelperIncludes)
public List<String> getLocationHelperExcludes()
public void setLocationHelperExcludes(List<String> locationHelperExcludes)
public String getLocationHelperInclude()
public void setLocationHelperInclude(String locationHelperInclude)
public String getLocationHelperExclude()
public void setLocationHelperExclude(String locationHelperExclude)
Copyright © 2010–2014 The Kuali Foundation. All rights reserved.