Skip navigation links
A B C D E F G H I L M N O P R S T U V W 

A

AbstractExceptionAware - Class in com.opsgenie.core.exception
Base class for ExceptionAware implementations.
AbstractExceptionAware() - Constructor for class com.opsgenie.core.exception.AbstractExceptionAware
 
Activatable - Interface in com.opsgenie.core.entity
Interface for implementations which can be activated/deactivated.
activate() - Method in interface com.opsgenie.core.entity.Activatable
Activates.
add(PropertyAccessor) - Method in class com.opsgenie.core.property.CombinedPropertyAccessor.Builder
 
addExtraInfo(String, Object) - Method in class com.opsgenie.core.app.ApplicationInfo
 
Annotated - Annotation Type in com.opsgenie.core.entity
Annotation to mark the class with any value.
ApplicationInfo - Class in com.opsgenie.core.app
Represents application specific information such as application name, type, id, etc ...
ApplicationInfo() - Constructor for class com.opsgenie.core.app.ApplicationInfo
 
ApplicationInfo(String, String, String, String, String) - Constructor for class com.opsgenie.core.app.ApplicationInfo
 
ApplicationInfoProvider - Interface in com.opsgenie.core.app
 

B

BASE_CONFIG_FILE - Static variable in class com.opsgenie.core.property.StandardPropertyAccessor
 
BeanException - Exception in com.opsgenie.core.bean.exception
 
BeanException() - Constructor for exception com.opsgenie.core.bean.exception.BeanException
 
BeanException(String) - Constructor for exception com.opsgenie.core.bean.exception.BeanException
 
BeanException(String, Throwable) - Constructor for exception com.opsgenie.core.bean.exception.BeanException
 
BeanException(Throwable) - Constructor for exception com.opsgenie.core.bean.exception.BeanException
 
BeanException(String, Throwable, boolean, boolean) - Constructor for exception com.opsgenie.core.bean.exception.BeanException
 
BeanManager - Class in com.opsgenie.core.bean
Manager class to bean concept and BeanProvider related operations.
BeanProvider - Interface in com.opsgenie.core.bean
Interface for implementations which provide managed beans.
BeanProviderArg - Class in com.opsgenie.core.bean
Represents single argument (with type and value) to be used for creating BeanProvider instance by BeanProviderFactory.
BeanProviderArg(Class<?>, Object) - Constructor for class com.opsgenie.core.bean.BeanProviderArg
 
BeanProviderFactory - Interface in com.opsgenie.core.bean
Interface for implementations which create BeanProvider.
build() - Method in class com.opsgenie.core.property.CombinedPropertyAccessor.Builder
 
builder() - Static method in class com.opsgenie.core.property.CombinedPropertyAccessor
 

C

ClassPathAwarePropertyAccessor - Class in com.opsgenie.core.property
Classpath based PropertyAccessor implementation which searches/loads properties from classpath.
ClassPathAwarePropertyAccessor(String) - Constructor for class com.opsgenie.core.property.ClassPathAwarePropertyAccessor
 
ClassPathAwarePropertyAccessor(String, String) - Constructor for class com.opsgenie.core.property.ClassPathAwarePropertyAccessor
 
clearEnvironmentInfoProviders() - Static method in class com.opsgenie.core.environment.EnvironmentInfoManager
 
clearProviders() - Static method in class com.opsgenie.core.property.provider.PropertyProviderManager
 
com.opsgenie.core.app - package com.opsgenie.core.app
 
com.opsgenie.core.bean - package com.opsgenie.core.bean
 
com.opsgenie.core.bean.exception - package com.opsgenie.core.bean.exception
 
com.opsgenie.core.entity - package com.opsgenie.core.entity
 
com.opsgenie.core.environment - package com.opsgenie.core.environment
 
com.opsgenie.core.exception - package com.opsgenie.core.exception
 
com.opsgenie.core.initialize - package com.opsgenie.core.initialize
 
com.opsgenie.core.instance - package com.opsgenie.core.instance
 
com.opsgenie.core.io - package com.opsgenie.core.io
 
com.opsgenie.core.layer - package com.opsgenie.core.layer
 
com.opsgenie.core.property - package com.opsgenie.core.property
 
com.opsgenie.core.property.provider - package com.opsgenie.core.property.provider
 
com.opsgenie.core.util - package com.opsgenie.core.util
 
CombinedPropertyAccessor - Class in com.opsgenie.core.property
PropertyAccessor implementation which combines multiple PropertyAccessors.
CombinedPropertyAccessor(Map<String, String>, PropertyAccessor...) - Constructor for class com.opsgenie.core.property.CombinedPropertyAccessor
 
CombinedPropertyAccessor(PropertyAccessor...) - Constructor for class com.opsgenie.core.property.CombinedPropertyAccessor
 
CombinedPropertyAccessor(Map<String, String>, List<PropertyAccessor>) - Constructor for class com.opsgenie.core.property.CombinedPropertyAccessor
 
CombinedPropertyAccessor(List<PropertyAccessor>) - Constructor for class com.opsgenie.core.property.CombinedPropertyAccessor
 
CombinedPropertyAccessor.Builder - Class in com.opsgenie.core.property
 
Controller - Annotation Type in com.opsgenie.core.layer
Annotation to mark the class as in Repository layer.
create(Object, Class<P>, BeanProviderArg...) - Method in interface com.opsgenie.core.bean.BeanProviderFactory
Creates given beanProviderClass typed BeanProvider instance.
create(Class<T>) - Method in interface com.opsgenie.core.instance.InstanceCreator
Creates instances for given type.
createLazyLoadableInstance(Class<T>, InstanceLoader<T>) - Static method in class com.opsgenie.core.instance.InstanceProvider
 
createLazyLoadableInstance(Class<T>, InstanceLoader<T>, Class<? extends T>) - Static method in class com.opsgenie.core.instance.InstanceProvider
 
CriticalException - Interface in com.opsgenie.core.exception
Marker interface for critical exceptions.

D

deactivate() - Method in interface com.opsgenie.core.entity.Activatable
Deactivates.
DEFAULT - Static variable in class com.opsgenie.core.property.StandardPropertyAccessor
 
deregisterEnvironmentInfoProvider(EnvironmentInfoProvider) - Static method in class com.opsgenie.core.environment.EnvironmentInfoManager
 
deregisterProvider(PropertyProvider) - Static method in class com.opsgenie.core.property.provider.PropertyProviderManager
 
destroy() - Method in interface com.opsgenie.core.bean.BeanProvider
Destroys this bean provider.
destroy() - Method in interface com.opsgenie.core.entity.Destroyable
Triggers destroy.
Destroyable - Interface in com.opsgenie.core.entity
Interface to represent types which can be able to destroyed.
destroyAll() - Static method in class com.opsgenie.core.bean.BeanManager
 

E

ensureInitialized() - Static method in class com.opsgenie.core.initialize.EnvironmentInitializerManager
 
EntityNotFoundException - Exception in com.opsgenie.core.exception
An Exception type to represent entity not found errors.
EntityNotFoundException(Class<?>, String, String) - Constructor for exception com.opsgenie.core.exception.EntityNotFoundException
 
EntityNotFoundException(Class<?>, String, String, String, String) - Constructor for exception com.opsgenie.core.exception.EntityNotFoundException
 
EnvironmentInfoManager - Class in com.opsgenie.core.environment
Manager class to manage environment information and EnvironmentInfoProvider related operations.
EnvironmentInfoProvider - Interface in com.opsgenie.core.environment
Interface to provide environment information.
EnvironmentInitializer - Interface in com.opsgenie.core.initialize
Interfaces for types to be initialized on startup.
EnvironmentInitializerManager - Class in com.opsgenie.core.initialize
Manager class to manage environment EnvironmentInitializer related operations.
ExceptionAware - Interface in com.opsgenie.core.exception
Interface to represent types which can give information whether an exception has been attached to themselves.
ExceptionUtil - Class in com.opsgenie.core.util
Utility class for exception related stuffs.
exceptionWrapper - Variable in class com.opsgenie.core.exception.AbstractExceptionAware
 
ExceptionWrapper - Class in com.opsgenie.core.exception
Wraps exception with its information without referencing itself.
ExceptionWrapper() - Constructor for class com.opsgenie.core.exception.ExceptionWrapper
 
ExceptionWrapper(String, String, String) - Constructor for class com.opsgenie.core.exception.ExceptionWrapper
 
ExceptionWrapper(Throwable) - Constructor for class com.opsgenie.core.exception.ExceptionWrapper
 
extractClass(String) - Method in class com.opsgenie.core.io.TypeAwareJsonMapper
 
extractClass(byte[]) - Method in class com.opsgenie.core.io.TypeAwareJsonMapper
 
extractClass(InputStream) - Method in class com.opsgenie.core.io.TypeAwareJsonMapper
 

F

FileSystemAwarePropertyAccessor - Class in com.opsgenie.core.property
File system based PropertyAccessor implementation which searches/loads properties from file system.
FileSystemAwarePropertyAccessor(String, String) - Constructor for class com.opsgenie.core.property.FileSystemAwarePropertyAccessor
 
FileSystemAwarePropertyAccessor(String, String, String) - Constructor for class com.opsgenie.core.property.FileSystemAwarePropertyAccessor
 

G

get(Class<T>, String) - Method in interface com.opsgenie.core.bean.BeanProvider
Gets the given beanType typed requested bean associated with the given beanName name.
get(Class<T>) - Method in interface com.opsgenie.core.bean.BeanProvider
Gets the given beanType typed default requested bean with no name.
get(Class<T>, String, boolean) - Method in interface com.opsgenie.core.bean.BeanProvider
Gets the given beanType typed requested bean associated with the given beanName name.
get(Class<T>, boolean) - Method in interface com.opsgenie.core.bean.BeanProvider
Gets the given beanType typed default requested bean with no name.
getAll(Class<T>) - Method in interface com.opsgenie.core.bean.BeanProvider
Gets the all given beanType typed beans.
getAllEnvironmentInfos() - Static method in class com.opsgenie.core.environment.EnvironmentInfoManager
 
getAllProvidedProperties() - Static method in class com.opsgenie.core.property.provider.PropertyProviderManager
 
getApplicationId() - Method in class com.opsgenie.core.app.ApplicationInfo
 
getApplicationInfo() - Method in interface com.opsgenie.core.app.ApplicationInfoProvider
Provides ApplicationInfo.
getApplicationName() - Method in class com.opsgenie.core.app.ApplicationInfo
 
getApplicationProfile() - Method in class com.opsgenie.core.app.ApplicationInfo
 
getApplicationType() - Method in class com.opsgenie.core.app.ApplicationInfo
 
getApplicationVersion() - Method in class com.opsgenie.core.app.ApplicationInfo
 
getArgType() - Method in class com.opsgenie.core.bean.BeanProviderArg
 
getArgValue() - Method in class com.opsgenie.core.bean.BeanProviderArg
 
getBooleanProperty(String) - Method in interface com.opsgenie.core.property.PropertyAccessor
Gets the boolean typed property associated with the given property name.
getBooleanProperty(String, boolean) - Method in interface com.opsgenie.core.property.PropertyAccessor
Gets the boolean typed property associated with the given property name.
getDoubleProperty(String) - Method in interface com.opsgenie.core.property.PropertyAccessor
Gets the double typed property associated with the given property name.
getDoubleProperty(String, double) - Method in interface com.opsgenie.core.property.PropertyAccessor
Gets the double typed property associated with the given property name.
getEnvironmentInfo() - Method in interface com.opsgenie.core.environment.EnvironmentInfoProvider
Provides environment information.
getEnvironmentInfoProviders() - Static method in class com.opsgenie.core.environment.EnvironmentInfoManager
 
getEnvironmentInitializers() - Static method in class com.opsgenie.core.initialize.EnvironmentInitializerManager
 
getException() - Method in class com.opsgenie.core.exception.ExceptionWrapper
 
getExceptionMessage() - Method in class com.opsgenie.core.exception.ExceptionWrapper
 
getExceptionType() - Method in class com.opsgenie.core.exception.ExceptionWrapper
 
getExceptionWrapper() - Method in class com.opsgenie.core.exception.AbstractExceptionAware
 
getExceptionWrapper() - Method in interface com.opsgenie.core.exception.ExceptionAware
Gets the associated ExceptionWrapper.
getExtraInfos() - Method in class com.opsgenie.core.app.ApplicationInfo
 
getFloatProperty(String) - Method in interface com.opsgenie.core.property.PropertyAccessor
Gets the float typed property associated with the given property name.
getFloatProperty(String, float) - Method in interface com.opsgenie.core.property.PropertyAccessor
Gets the float typed property associated with the given property name.
getGlobalBeanProviderFactory() - Static method in class com.opsgenie.core.bean.BeanManager
 
getInstance() - Method in interface com.opsgenie.core.instance.InstanceAwareProxy
 
getInstance(Class<T>, InstanceScope) - Static method in class com.opsgenie.core.instance.InstanceProvider
 
getInstance(Class<T>, InstanceScope, InstanceCreator) - Static method in class com.opsgenie.core.instance.InstanceProvider
 
getInstanceClass() - Method in interface com.opsgenie.core.instance.InstanceClassAwareProxy
Gets the implementation Class of the proxied instance.
getInstanceType() - Method in interface com.opsgenie.core.instance.InstanceTypeAwareProxy
Gets the interface Class of the proxied instance.
getIntegerProperty(String) - Method in interface com.opsgenie.core.property.PropertyAccessor
Gets the integer typed property associated with the given property name.
getIntegerProperty(String, int) - Method in interface com.opsgenie.core.property.PropertyAccessor
Gets the integer typed property associated with the given property name.
getLongProperty(String) - Method in interface com.opsgenie.core.property.PropertyAccessor
Gets the long typed property associated with the given property name.
getLongProperty(String, long) - Method in interface com.opsgenie.core.property.PropertyAccessor
Gets the long typed property associated with the given property name.
getOrCreateBeanProvider(Object, Class<P>, BeanProviderArg...) - Static method in class com.opsgenie.core.bean.BeanManager
 
getOrCreateBeanProvider(Object, Class<P>, BeanProviderFactory, BeanProviderArg...) - Static method in class com.opsgenie.core.bean.BeanManager
 
getPath() - Method in interface com.opsgenie.core.instance.InstanceDefinitionPathProvider
Gets the path contains instance definition files.
getProfile() - Static method in class com.opsgenie.core.property.provider.ProfileProvider
 
getProperties() - Method in class com.opsgenie.core.property.ClassPathAwarePropertyAccessor
 
getProperties() - Method in class com.opsgenie.core.property.CombinedPropertyAccessor
 
getProperties() - Method in class com.opsgenie.core.property.FileSystemAwarePropertyAccessor
 
getProperties() - Method in class com.opsgenie.core.property.InputStreamAwarePropertyAccessor
 
getProperties() - Method in interface com.opsgenie.core.property.PropertyAccessor
Gets the all properties.
getProperties() - Method in class com.opsgenie.core.property.ProvidedPropertyAccessor
 
getProperties() - Method in class com.opsgenie.core.property.SystemEnvironmentAwarePropertyAccessor
 
getProperties() - Method in class com.opsgenie.core.property.SystemPropertyAwarePropertyAccessor
 
getProperty(String) - Method in class com.opsgenie.core.property.ClassPathAwarePropertyAccessor
 
getProperty(String) - Method in class com.opsgenie.core.property.CombinedPropertyAccessor
 
getProperty(String) - Method in class com.opsgenie.core.property.FileSystemAwarePropertyAccessor
 
getProperty(String) - Method in class com.opsgenie.core.property.InputStreamAwarePropertyAccessor
 
getProperty(String) - Method in interface com.opsgenie.core.property.PropertyAccessor
Gets the property associated with given property name.
getProperty(String, String) - Method in interface com.opsgenie.core.property.PropertyAccessor
Gets the string typed property associated with the given property name.
getProperty(String) - Method in class com.opsgenie.core.property.ProvidedPropertyAccessor
 
getProperty(String) - Method in class com.opsgenie.core.property.SystemEnvironmentAwarePropertyAccessor
 
getProperty(String) - Method in class com.opsgenie.core.property.SystemPropertyAwarePropertyAccessor
 
getProvidedPropertyNames() - Method in interface com.opsgenie.core.property.provider.PropertyProvider
Gets names of the provided property names.

H

hasProfile() - Static method in class com.opsgenie.core.property.provider.ProfileProvider
 
hasProperty(String) - Method in interface com.opsgenie.core.property.PropertyAccessor
Checks whether there is existing property associated with given property name.
HIGH - Static variable in interface com.opsgenie.core.entity.Ordered
Represents high order.
HIGHEST - Static variable in interface com.opsgenie.core.entity.Ordered
Represents highest order.

I

initialize() - Method in interface com.opsgenie.core.initialize.EnvironmentInitializer
Executes initialization logic.
InputStreamAwarePropertyAccessor - Class in com.opsgenie.core.property
InputStream based PropertyAccessor implementation which searches/loads properties from given InputStream.
InputStreamAwarePropertyAccessor(InputStream...) - Constructor for class com.opsgenie.core.property.InputStreamAwarePropertyAccessor
 
INSTANCE - Static variable in class com.opsgenie.core.property.ProvidedPropertyAccessor
 
InstanceAwareProxy - Interface in com.opsgenie.core.instance
 
InstanceClassAwareProxy - Interface in com.opsgenie.core.instance
Interface to represent proxies which are aware of implementation Classes of the underlying proxied instances.
InstanceCreator - Interface in com.opsgenie.core.instance
Creates instances for given type.
InstanceDefinitionPathProvider - Interface in com.opsgenie.core.instance
Interface for implementations which provide base path for service definition files.
InstanceDiscovery - Class in com.opsgenie.core.instance
Discovers instances from META-INF/services/[type_name] under classpath based on Java Service API standard.
InstanceLoader<T> - Interface in com.opsgenie.core.instance
 
instanceOf(Class<T>) - Static method in class com.opsgenie.core.instance.InstanceDiscovery
 
instanceOf(Class<T>, ClassLoader) - Static method in class com.opsgenie.core.instance.InstanceDiscovery
 
instanceOf(Class<T>, ClassLoader, InstanceScope) - Static method in class com.opsgenie.core.instance.InstanceDiscovery
 
instanceOf(Class<T>, ClassLoader, InstanceScope, InstanceCreator) - Static method in class com.opsgenie.core.instance.InstanceDiscovery
 
InstanceProvider - Class in com.opsgenie.core.instance
Provides instance for given Class at given InstanceScope by using specified InstanceCreator.
InstanceScope - Enum in com.opsgenie.core.instance
Represents scope of provided instances.
instancesOf(Class<T>) - Static method in class com.opsgenie.core.instance.InstanceDiscovery
 
instancesOf(Class<T>, ClassLoader) - Static method in class com.opsgenie.core.instance.InstanceDiscovery
 
instancesOf(Class<T>, ClassLoader, InstanceScope) - Static method in class com.opsgenie.core.instance.InstanceDiscovery
 
instancesOf(Class<T>, ClassLoader, InstanceScope, InstanceCreator) - Static method in class com.opsgenie.core.instance.InstanceDiscovery
 
InstanceTypeAwareProxy - Interface in com.opsgenie.core.instance
Interface to represent proxies which are aware of interface Classes of the underlying proxied instances.
isActive() - Method in interface com.opsgenie.core.entity.Activatable
Returns activation status whether it is active.
isEmpty() - Method in interface com.opsgenie.core.entity.SelfAware
Returns status whether this instance is empty.

L

load() - Method in interface com.opsgenie.core.instance.InstanceLoader
 
loadProperties(Map<String, String>, InputStream) - Static method in class com.opsgenie.core.property.PropertyAccessorUtil
 
lookupProperty(String) - Static method in class com.opsgenie.core.property.provider.PropertyProviderManager
 
LOW - Static variable in interface com.opsgenie.core.entity.Ordered
Represents low order.
LOWEST - Static variable in interface com.opsgenie.core.entity.Ordered
Represents lowest order.

M

MutablePropertyAccessor - Interface in com.opsgenie.core.property
Interface for mutable PropertyAccessor implementations.

N

NonCriticalException - Interface in com.opsgenie.core.exception
Marker interface for non-critical exceptions.
NORMAL - Static variable in interface com.opsgenie.core.entity.Ordered
Represents normal order.
NoSuchBeanException - Exception in com.opsgenie.core.bean.exception
 
NoSuchBeanException() - Constructor for exception com.opsgenie.core.bean.exception.NoSuchBeanException
 
NoSuchBeanException(String) - Constructor for exception com.opsgenie.core.bean.exception.NoSuchBeanException
 
NoSuchBeanException(String, Throwable) - Constructor for exception com.opsgenie.core.bean.exception.NoSuchBeanException
 
NoSuchBeanException(Throwable) - Constructor for exception com.opsgenie.core.bean.exception.NoSuchBeanException
 
NoSuchBeanException(String, Throwable, boolean, boolean) - Constructor for exception com.opsgenie.core.bean.exception.NoSuchBeanException
 

O

order() - Method in interface com.opsgenie.core.entity.Ordered
Returns the order.
Ordered - Interface in com.opsgenie.core.entity
Interface to specify order.

P

PROFILE_FILE_NAME - Static variable in class com.opsgenie.core.property.provider.ProfileProvider
 
PROFILE_SYS_PROP_NAME - Static variable in class com.opsgenie.core.property.provider.ProfileProvider
 
ProfileProvider - Class in com.opsgenie.core.property.provider
Provider which services profile name.
PropertyAccessor - Interface in com.opsgenie.core.property
Interface for implementations which provide properties.
propertyAccessors - Variable in class com.opsgenie.core.property.CombinedPropertyAccessor
 
PropertyAccessorUtil - Class in com.opsgenie.core.property
Utility class for property access related stuff.
PropertyProvider - Interface in com.opsgenie.core.property.provider
Sub-type of PropertyProvider which provides custom properties.
PropertyProviderManager - Class in com.opsgenie.core.property.provider
Manager class to manage PropertyProvider related operations.
props - Variable in class com.opsgenie.core.property.CombinedPropertyAccessor
 
ProvidedPropertyAccessor - Class in com.opsgenie.core.property
PropertyAccessor implementation which provides properties over registered PropertyProviders.
putProperty(String, String) - Method in interface com.opsgenie.core.property.MutablePropertyAccessor
Puts the property associated with given property name.
putProperty(String, String) - Method in class com.opsgenie.core.property.StandardPropertyAccessor
 
putPropertyIfAbsent(String, String) - Method in interface com.opsgenie.core.property.MutablePropertyAccessor
Puts the property associated with given property name if and only if it is not exist.
putPropertyIfAbsent(String, String) - Method in class com.opsgenie.core.property.StandardPropertyAccessor
 

R

readObject(String) - Method in class com.opsgenie.core.io.TypeAwareJsonMapper
 
readObject(byte[]) - Method in class com.opsgenie.core.io.TypeAwareJsonMapper
 
readObject(InputStream) - Method in class com.opsgenie.core.io.TypeAwareJsonMapper
 
readObject(byte[], Class<T>) - Method in class com.opsgenie.core.io.TypeAwareJsonMapper
 
readObject(String, Class<T>) - Method in class com.opsgenie.core.io.TypeAwareJsonMapper
 
readObject(InputStream, Class<T>) - Method in class com.opsgenie.core.io.TypeAwareJsonMapper
 
readTypedObject(byte[], Class<T>) - Method in class com.opsgenie.core.io.TypeAwareJsonMapper
 
readTypedObject(String, Class<T>) - Method in class com.opsgenie.core.io.TypeAwareJsonMapper
 
readTypedObject(InputStream, Class<T>) - Method in class com.opsgenie.core.io.TypeAwareJsonMapper
 
registerEnvironmentInfoProvider(EnvironmentInfoProvider) - Static method in class com.opsgenie.core.environment.EnvironmentInfoManager
 
registerEnvironmentInfoProvidersFromClasspath() - Static method in class com.opsgenie.core.environment.EnvironmentInfoManager
 
registerProvider(PropertyProvider) - Static method in class com.opsgenie.core.property.provider.PropertyProviderManager
 
removeProperty(String) - Method in interface com.opsgenie.core.property.MutablePropertyAccessor
Removes the property associated with given property name.
removeProperty(String) - Method in class com.opsgenie.core.property.StandardPropertyAccessor
 
removeProviders(String) - Static method in class com.opsgenie.core.property.provider.PropertyProviderManager
 
Repository - Annotation Type in com.opsgenie.core.layer
Annotation to mark the class as in Repository layer.
reset() - Method in interface com.opsgenie.core.bean.BeanProvider
Resets this bean provider by clearing current beans.
resetAll() - Static method in class com.opsgenie.core.bean.BeanManager
 

S

SelfAware - Interface in com.opsgenie.core.entity
Interface to represent types which can give information about themselves.
Service - Annotation Type in com.opsgenie.core.layer
Annotation to mark the class as in Repository layer.
setApplicationId(String) - Method in class com.opsgenie.core.app.ApplicationInfo
 
setApplicationName(String) - Method in class com.opsgenie.core.app.ApplicationInfo
 
setApplicationProfile(String) - Method in class com.opsgenie.core.app.ApplicationInfo
 
setApplicationType(String) - Method in class com.opsgenie.core.app.ApplicationInfo
 
setApplicationVersion(String) - Method in class com.opsgenie.core.app.ApplicationInfo
 
setException(String) - Method in class com.opsgenie.core.exception.ExceptionWrapper
 
setExceptionMessage(String) - Method in class com.opsgenie.core.exception.ExceptionWrapper
 
setExceptionType(String) - Method in class com.opsgenie.core.exception.ExceptionWrapper
 
setExceptionWrapper(ExceptionWrapper) - Method in class com.opsgenie.core.exception.AbstractExceptionAware
 
setExceptionWrapper(ExceptionWrapper) - Method in interface com.opsgenie.core.exception.ExceptionAware
Sets the associated ExceptionWrapper.
setExtraInfos(Map<String, Object>) - Method in class com.opsgenie.core.app.ApplicationInfo
 
setGlobalBeanProviderFactory(BeanProviderFactory) - Static method in class com.opsgenie.core.bean.BeanManager
 
sneakyThrow(Throwable) - Static method in class com.opsgenie.core.util.ExceptionUtil
 
StandardPropertyAccessor - Class in com.opsgenie.core.property
Standard PropertyAccessor implementation to be used for common cases.
StandardPropertyAccessor(String) - Constructor for class com.opsgenie.core.property.StandardPropertyAccessor
 
StandardPropertyAccessor(String, String) - Constructor for class com.opsgenie.core.property.StandardPropertyAccessor
 
SystemEnvironmentAwarePropertyAccessor - Class in com.opsgenie.core.property
Environment variable based PropertyAccessor implementation which searches/loads properties from environment variables.
SystemEnvironmentAwarePropertyAccessor() - Constructor for class com.opsgenie.core.property.SystemEnvironmentAwarePropertyAccessor
 
SystemPropertyAwarePropertyAccessor - Class in com.opsgenie.core.property
System property based PropertyAccessor implementation which searches/loads properties from system properties.
SystemPropertyAwarePropertyAccessor() - Constructor for class com.opsgenie.core.property.SystemPropertyAwarePropertyAccessor
 

T

toCompressedString(Throwable) - Static method in class com.opsgenie.core.util.ExceptionUtil
 
toProperties() - Method in class com.opsgenie.core.app.ApplicationInfo
 
toString() - Method in class com.opsgenie.core.app.ApplicationInfo
 
toString() - Method in class com.opsgenie.core.exception.ExceptionWrapper
 
toString(Throwable) - Static method in class com.opsgenie.core.util.ExceptionUtil
 
TypeAwareJsonMapper - Class in com.opsgenie.core.io
JSON mapper implementation which serialized/deserialize JSON data with type information.
TypeAwareJsonMapper() - Constructor for class com.opsgenie.core.io.TypeAwareJsonMapper
 
typeOf(Class<T>, ClassLoader) - Static method in class com.opsgenie.core.instance.InstanceDiscovery
 
typeOf(Class<T>) - Static method in class com.opsgenie.core.instance.InstanceDiscovery
 
typesOf(Class<T>) - Static method in class com.opsgenie.core.instance.InstanceDiscovery
 
typesOf(Class<T>, ClassLoader) - Static method in class com.opsgenie.core.instance.InstanceDiscovery
 

U

UserHomeAwarePropertyAccessor - Class in com.opsgenie.core.property
User home directory based PropertyAccessor implementation which searches/loads properties from user home directory.
UserHomeAwarePropertyAccessor(String) - Constructor for class com.opsgenie.core.property.UserHomeAwarePropertyAccessor
 
UserHomeAwarePropertyAccessor(String, String) - Constructor for class com.opsgenie.core.property.UserHomeAwarePropertyAccessor
 

V

valueOf(String) - Static method in enum com.opsgenie.core.instance.InstanceScope
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.opsgenie.core.instance.InstanceScope
Returns an array containing the constants of this enum type, in the order they are declared.

W

writeObject(Object) - Method in class com.opsgenie.core.io.TypeAwareJsonMapper
 
writeObject(OutputStream, Object) - Method in class com.opsgenie.core.io.TypeAwareJsonMapper
 
writeTypedObject(Object) - Method in class com.opsgenie.core.io.TypeAwareJsonMapper
 
writeTypedObject(OutputStream, Object) - Method in class com.opsgenie.core.io.TypeAwareJsonMapper
 
A B C D E F G H I L M N O P R S T U V W 
Skip navigation links

Copyright © 2018. All Rights Reserved.