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 ScriptFileComponentBuilderaddCharset(String charset)ScriptFileComponentBuilderaddIsWatched(boolean isWatched)ScriptFileComponentBuilderaddIsWatched(String isWatched)ScriptFileComponentBuilderaddLanguage(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)
-
-