public final class ConfigurationLoader
extends java.lang.Object
Constructor and Description |
---|
ConfigurationLoader() |
Modifier and Type | Method and Description |
---|---|
static Configuration |
getConfiguration()
Returns the first instance of the Configuration class found.
|
static void |
initializeConfigurations()
Deprecated.
This method is needed to use the service APIs from a standalone application,
which is no longer supported.
|
static boolean |
isInitialized()
Deprecated.
This method is needed to use the service APIs from a standalone application,
which is no longer supported.
|
public static Configuration getConfiguration()
Configuration
interface and allows access to configuration property
values.@Deprecated public static void initializeConfigurations()
@Deprecated public static boolean isInitialized()
initializeConfigurations
has been called, and false
otherwise.Copyright © 2003-2024 Appian Corporation. All Rights Reserved.