public class ApplicationConfiguration extends Object
| Constructor and Description |
|---|
ApplicationConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
static String |
getActionPackage()
Gets property.
|
static boolean |
getBoolean(String keyName)
/**
Gets property.
|
static boolean |
getInline()
Gets property.
|
static int |
getMessageCount() |
static String |
getMessageTypePackage()
/**
Gets property.
|
static Map<String,String> |
getProperties()
Gets properties.
|
static String |
getProperty(String keyName)
Gets property.
|
static String |
getStandardPackage()
Gets property.
|
static boolean |
isProdMode()
Gets property.
|
static void |
reload() |
static void |
setProperty(String key,
String value)
Gets properties.
|
public static void reload()
public static boolean getInline()
public static boolean isProdMode()
public static String getStandardPackage()
public static String getMessageTypePackage()
public static String getActionPackage()
public static boolean getBoolean(String keyName)
keyName - the key namepublic static Map<String,String> getProperties()
public static String getProperty(String keyName)
keyName - the key namepublic static int getMessageCount()
Copyright © 2021. All rights reserved.