| Interface | Description |
|---|---|
| MutablePropertyAccessor |
Interface for mutable
PropertyAccessor implementations. |
| PropertyAccessor |
Interface for implementations which provide properties.
|
| Class | Description |
|---|---|
| ClassPathAwarePropertyAccessor |
Classpath based
PropertyAccessor implementation
which searches/loads properties from classpath. |
| CombinedPropertyAccessor |
PropertyAccessor implementation which combines multiple
PropertyAccessors. |
| CombinedPropertyAccessor.Builder | |
| FileSystemAwarePropertyAccessor |
File system based
PropertyAccessor implementation
which searches/loads properties from file system. |
| InputStreamAwarePropertyAccessor |
InputStream based PropertyAccessor implementation
which searches/loads properties from given InputStream. |
| PropertyAccessorUtil |
Utility class for property access related stuff.
|
| ProvidedPropertyAccessor |
PropertyAccessor implementation which provides properties
over registered PropertyProviders. |
| StandardPropertyAccessor |
Standard
PropertyAccessor implementation to be used for common cases. |
| SystemEnvironmentAwarePropertyAccessor |
Environment variable based
PropertyAccessor implementation
which searches/loads properties from environment variables. |
| SystemPropertyAwarePropertyAccessor |
System property based
PropertyAccessor implementation
which searches/loads properties from system properties. |
| UserHomeAwarePropertyAccessor |
User home directory based
PropertyAccessor implementation
which searches/loads properties from user home directory. |
Copyright © 2018. All Rights Reserved.