Interface ScriptFileComponentBuilder
-
- All Superinterfaces:
Builder<Component>
,ComponentBuilder<ScriptFileComponentBuilder>
public interface ScriptFileComponentBuilder extends ComponentBuilder<ScriptFileComponentBuilder>
Assembler for constructing ScriptFile Components.- Since:
- 2.5
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ScriptFileComponentBuilder
addCharset(String charset)
ScriptFileComponentBuilder
addIsWatched(boolean isWatched)
ScriptFileComponentBuilder
addIsWatched(String isWatched)
ScriptFileComponentBuilder
addLanguage(String language)
-
Methods inherited from interface org.apache.logging.log4j.core.config.builder.api.ComponentBuilder
addAttribute, addAttribute, addAttribute, addAttribute, addAttribute, addAttribute, addComponent, getBuilder, getName
-
-
-
-
Method Detail
-
addLanguage
ScriptFileComponentBuilder addLanguage(String language)
-
addIsWatched
ScriptFileComponentBuilder addIsWatched(boolean isWatched)
-
addIsWatched
ScriptFileComponentBuilder addIsWatched(String isWatched)
-
addCharset
ScriptFileComponentBuilder addCharset(String charset)
-
-