GigaSpaces XAP 9.0 API

org.openspaces.pu.container.support
Class BeanLevelPropertiesUtils

java.lang.Object
  extended by org.openspaces.pu.container.support.BeanLevelPropertiesUtils

public abstract class BeanLevelPropertiesUtils
extends Object

Author:
kimchy

Field Summary
static String PLACEHOLDER_PREFIX
          Prefix for system property placeholders: "${"
static String PLACEHOLDER_SUFFIX
          Suffix for system property placeholders: "}"
 
Constructor Summary
BeanLevelPropertiesUtils()
           
 
Method Summary
static void resolvePlaceholders(BeanLevelProperties beanLevelProperties, File input)
           
static String resolvePlaceholders(String text, BeanLevelProperties beanLevelProperties)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PLACEHOLDER_PREFIX

public static final String PLACEHOLDER_PREFIX
Prefix for system property placeholders: "${"

See Also:
Constant Field Values

PLACEHOLDER_SUFFIX

public static final String PLACEHOLDER_SUFFIX
Suffix for system property placeholders: "}"

See Also:
Constant Field Values
Constructor Detail

BeanLevelPropertiesUtils

public BeanLevelPropertiesUtils()
Method Detail

resolvePlaceholders

public static void resolvePlaceholders(BeanLevelProperties beanLevelProperties,
                                       File input)
                                throws IOException
Throws:
IOException

resolvePlaceholders

public static String resolvePlaceholders(String text,
                                         BeanLevelProperties beanLevelProperties)

GigaSpaces XAP 9.0 API

Copyright © GigaSpaces.