Package org.jboss.logging.processor.util
Class Expressions
- java.lang.Object
-
- org.jboss.logging.processor.util.Expressions
-
public class Expressions extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private static int
DEFAULT
private static int
GOT_DOLLAR
private static int
GOT_OPEN_BRACE
private static int
INITIAL
private static int
RESOLVED
-
Constructor Summary
Constructors Constructor Description Expressions()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.lang.String
resolve(java.util.Properties props, java.lang.String expression)
-
-
-
Field Detail
-
INITIAL
private static final int INITIAL
- See Also:
- Constant Field Values
-
GOT_DOLLAR
private static final int GOT_DOLLAR
- See Also:
- Constant Field Values
-
GOT_OPEN_BRACE
private static final int GOT_OPEN_BRACE
- See Also:
- Constant Field Values
-
RESOLVED
private static final int RESOLVED
- See Also:
- Constant Field Values
-
DEFAULT
private static final int DEFAULT
- See Also:
- Constant Field Values
-
-