Package org.apache.abdera.i18n.templates
Class Operation
- java.lang.Object
-
- org.apache.abdera.i18n.templates.Operation
-
- All Implemented Interfaces:
Serializable
@Deprecated public abstract class Operation extends Object implements Serializable
Deprecated.- See Also:
- Serialized Form
-
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Concrete Methods Deprecated Methods Modifier and Type Method Description abstract Stringevaluate(String var, String arg, Context context)Deprecated.abstract voidexplain(String var, String arg, Appendable buf)Deprecated.static Operationget(String name)Deprecated.String[]getVariables(String var)Deprecated.Stringname()Deprecated.static voidregister(Operation operation)Deprecated.
-
-
-
Method Detail
-
name
public final String name()
Deprecated.
-
explain
public abstract void explain(String var, String arg, Appendable buf) throws IOException
Deprecated.- Throws:
IOException
-
register
public static void register(Operation operation)
Deprecated.
-
-