Package com.emc.mongoose.base.config.el
Interface Language
-
public interface Language
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classLanguage.Value
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringFUNC_NAME_SEPARATORstatic java.util.Map<java.lang.String,java.lang.reflect.Method>FUNCTIONSstatic java.util.Map<java.lang.String,Language.Value>VALUES
-
Method Summary
Static Methods Modifier and Type Method Description static java.lang.Stringformat(java.lang.String pattern, java.lang.Object... args)static com.github.akurilov.commons.io.el.ExpressionInput.BuilderwithLanguage(com.github.akurilov.commons.io.el.ExpressionInput.Builder builder)static longxor(long x1, long x2)
-
-
-
Field Detail
-
FUNC_NAME_SEPARATOR
static final java.lang.String FUNC_NAME_SEPARATOR
- See Also:
- Constant Field Values
-
FUNCTIONS
static final java.util.Map<java.lang.String,java.lang.reflect.Method> FUNCTIONS
-
VALUES
static final java.util.Map<java.lang.String,Language.Value> VALUES
-
-
Method Detail
-
format
static java.lang.String format(java.lang.String pattern, java.lang.Object... args)
-
xor
static long xor(long x1, long x2)
-
withLanguage
static com.github.akurilov.commons.io.el.ExpressionInput.Builder withLanguage(com.github.akurilov.commons.io.el.ExpressionInput.Builder builder)
-
-