Class ConfigurationProperties
- java.lang.Object
-
- org.apache.xml.security.stax.config.ConfigurationProperties
-
public class ConfigurationProperties extends java.lang.Object
Configuration Properties- Version:
- $Revision: 1720201 $ $Date: 2015-12-15 18:13:17 +0100 (Tue, 15 Dec 2015) $
- Author:
- $Author: coheigea $
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.lang.Class<?>
getCallingClass()
static java.lang.String
getProperty(java.lang.String key)
protected static void
init(PropertiesType propertiesType, java.lang.Class<?> callingClass)
-
-
-
Method Detail
-
init
protected static void init(PropertiesType propertiesType, java.lang.Class<?> callingClass) throws java.lang.Exception
- Throws:
java.lang.Exception
-
getProperty
public static java.lang.String getProperty(java.lang.String key)
-
getCallingClass
public static java.lang.Class<?> getCallingClass()
-
-