Class PropertyExpander


  • public final class PropertyExpander
    extends java.lang.Object
    Property expander EBNF: ----- TERM_EXPRESSION ::= TERM { BLANKS } { TERM } TERM ::= ATTRIBUTE | ENV_EXPRESSION ENV_EXPRESSION ::= ENV_CHARACTER { BRACE_LEFT ATTRIBUTE BRACE_RIGHT } | { ATTRIBUTE } ATTRIBUTE ::= [a-zA-Z0-9] ENV_CHARACTER ::= $ BRACE_LEFT ::= { BRACE_RIGHT ::= } BLANK ::=
    • Method Detail

      • getInstance

        public static PropertyExpander getInstance()
        Get the instance
        Returns:
        the instance
      • expand

        public java.lang.String expand​(java.lang.String expression)
        Expand the expression
        Parameters:
        expression - the expression
        Returns:
        the expanded expression