A C E G H I K O P R S T V 
All Classes All Packages

A

activeEnv() - Static method in class org.javalite.app_config.AppConfig
Returns current environment name as defined by environment variable ACTIVE_ENV.
AppConfig - Class in org.javalite.app_config
This class allows configuration of applications for different deployment environments, such as development, test, staging, production, etc.
AppConfig() - Constructor for class org.javalite.app_config.AppConfig
 

C

clear() - Method in class org.javalite.app_config.AppConfig
 
ConfigInitException - Exception in org.javalite.app_config
 
ConfigInitException(String) - Constructor for exception org.javalite.app_config.ConfigInitException
 
ConfigInitException(Throwable) - Constructor for exception org.javalite.app_config.ConfigInitException
 
containsKey(Object) - Method in class org.javalite.app_config.AppConfig
 
containsValue(Object) - Method in class org.javalite.app_config.AppConfig
 

E

entrySet() - Method in class org.javalite.app_config.AppConfig
 
equals(Object) - Method in class org.javalite.app_config.Property
 

G

get(Object) - Method in class org.javalite.app_config.AppConfig
 
getAllProperties() - Static method in class org.javalite.app_config.AppConfig
 
getAsProperty(String) - Static method in class org.javalite.app_config.AppConfig
Returns property instance corresponding to key.
getKeys(String) - Static method in class org.javalite.app_config.AppConfig
Returns all keys that start with a prefix
getName() - Method in class org.javalite.app_config.Property
 
getProperties(String) - Static method in class org.javalite.app_config.AppConfig
Return all numbered properties with a prefix.
getProperty(String) - Static method in class org.javalite.app_config.AppConfig
Returns property value for a key.
getPropertyFile() - Method in class org.javalite.app_config.Property
 
getValue() - Method in class org.javalite.app_config.Property
 

H

hashCode() - Method in class org.javalite.app_config.Property
 

I

init() - Static method in class org.javalite.app_config.AppConfig
 
isEmpty() - Method in class org.javalite.app_config.AppConfig
 
isInDevelopment() - Static method in class org.javalite.app_config.AppConfig
 
isInProduction() - Static method in class org.javalite.app_config.AppConfig
 
isInStaging() - Static method in class org.javalite.app_config.AppConfig
 
isInTestEnv() - Static method in class org.javalite.app_config.AppConfig
 
isInTestMode() - Static method in class org.javalite.app_config.AppConfig
Checks if running in a context of a test by checking of a presence of a class org.junit.Test on classpath.

K

keySet() - Method in class org.javalite.app_config.AppConfig
 

O

org.javalite.app_config - package org.javalite.app_config
AppConfig for configuring your system for different environments.

P

p(String) - Static method in class org.javalite.app_config.AppConfig
Gets property, synonym for AppConfig.getProperty(String).
pBoolean(String) - Static method in class org.javalite.app_config.AppConfig
Read property as Boolean.
pDouble(String) - Static method in class org.javalite.app_config.AppConfig
Read property as Double.
pFloat(String) - Static method in class org.javalite.app_config.AppConfig
Read property as Float.
pInteger(String) - Static method in class org.javalite.app_config.AppConfig
Read property as Integer.
Property - Class in org.javalite.app_config
Identifies a configuration property.
Property(String, String, String) - Constructor for class org.javalite.app_config.Property
 
put(String, String) - Method in class org.javalite.app_config.AppConfig
 
putAll(Map<? extends String, ? extends String>) - Method in class org.javalite.app_config.AppConfig
 

R

reload() - Static method in class org.javalite.app_config.AppConfig
Used in tests.
remove(Object) - Method in class org.javalite.app_config.AppConfig
 

S

setActiveEnv(String) - Static method in class org.javalite.app_config.AppConfig
You can change the environment dynamically.
setProperty(String, String) - Static method in class org.javalite.app_config.AppConfig
Sets a property in memory.
size() - Method in class org.javalite.app_config.AppConfig
 

T

toString() - Method in class org.javalite.app_config.Property
 

V

values() - Method in class org.javalite.app_config.AppConfig
 
A C E G H I K O P R S T V 
All Classes All Packages