| Package | Description |
|---|---|
| com.opsgenie.core.property | |
| com.opsgenie.core.property.provider |
| Modifier and Type | Interface and Description |
|---|---|
interface |
MutablePropertyAccessor
Interface for mutable
PropertyAccessor implementations. |
| Modifier and Type | Class and Description |
|---|---|
class |
ClassPathAwarePropertyAccessor
Classpath based
PropertyAccessor implementation
which searches/loads properties from classpath. |
class |
CombinedPropertyAccessor
PropertyAccessor implementation which combines multiple
PropertyAccessors. |
class |
FileSystemAwarePropertyAccessor
File system based
PropertyAccessor implementation
which searches/loads properties from file system. |
class |
InputStreamAwarePropertyAccessor
InputStream based PropertyAccessor implementation
which searches/loads properties from given InputStream. |
class |
ProvidedPropertyAccessor
PropertyAccessor implementation which provides properties
over registered PropertyProviders. |
class |
StandardPropertyAccessor
Standard
PropertyAccessor implementation to be used for common cases. |
class |
SystemEnvironmentAwarePropertyAccessor
Environment variable based
PropertyAccessor implementation
which searches/loads properties from environment variables. |
class |
SystemPropertyAwarePropertyAccessor
System property based
PropertyAccessor implementation
which searches/loads properties from system properties. |
class |
UserHomeAwarePropertyAccessor
User home directory based
PropertyAccessor implementation
which searches/loads properties from user home directory. |
| Modifier and Type | Field and Description |
|---|---|
protected List<PropertyAccessor> |
CombinedPropertyAccessor.propertyAccessors |
| Modifier and Type | Method and Description |
|---|---|
CombinedPropertyAccessor.Builder |
CombinedPropertyAccessor.Builder.add(PropertyAccessor propertyAccessor) |
| Constructor and Description |
|---|
CombinedPropertyAccessor(Map<String,String> props,
PropertyAccessor... propertyAccessors) |
CombinedPropertyAccessor(PropertyAccessor... propertyAccessors) |
| Constructor and Description |
|---|
CombinedPropertyAccessor(List<PropertyAccessor> propertyAccessors) |
CombinedPropertyAccessor(Map<String,String> props,
List<PropertyAccessor> propertyAccessors) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
PropertyProvider
Sub-type of
PropertyProvider which provides custom properties. |
Copyright © 2018. All Rights Reserved.