Class AbstractScript
- java.lang.Object
-
- org.apache.logging.log4j.core.script.AbstractScript
-
- Direct Known Subclasses:
Script
,ScriptFile
,ScriptRef
public abstract class AbstractScript extends Object
Container for the language and body of a script.
-
-
Field Summary
Fields Modifier and Type Field Description protected static String
DEFAULT_LANGUAGE
protected static Logger
LOGGER
-
Constructor Summary
Constructors Constructor Description AbstractScript(String name, String language, String scriptText)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getLanguage()
String
getName()
String
getScriptText()
-
-
-
Field Detail
-
LOGGER
protected static final Logger LOGGER
-
DEFAULT_LANGUAGE
protected static final String DEFAULT_LANGUAGE
- See Also:
- Constant Field Values
-
-