Uses of Interface
cc.carm.lib.configuration.value.text.function.inserter.Insertable
-
-
Uses of Insertable in cc.carm.lib.configuration.value.text
Classes in cc.carm.lib.configuration.value.text that implement Insertable Modifier and Type Class Description classPreparedText<MSG,RECEIVER> -
Uses of Insertable in cc.carm.lib.configuration.value.text.function
Classes in cc.carm.lib.configuration.value.text.function that implement Insertable Modifier and Type Class Description classContentHandler<RECEIVER,SELF extends ContentHandler<RECEIVER,SELF>>classTextCompiler<MSG,RECEIVER,SELF extends TextCompiler<MSG,RECEIVER,SELF>>classTextDispatcher<MSG,RECEIVER,SELF extends TextDispatcher<MSG,RECEIVER,SELF>>classTextParser<RECEIVER,SELF extends TextParser<RECEIVER,SELF>> -
Uses of Insertable in cc.carm.lib.configuration.value.text.function.common
Methods in cc.carm.lib.configuration.value.text.function.common with parameters of type Insertable Modifier and Type Method Description protected @NotNull java.util.List<java.lang.String>AppendLineInserter. get(RECEIVER receiver, @NotNull java.util.regex.Matcher matcher, @NotNull Insertable<RECEIVER,?> insertion)protected @NotNull java.util.List<java.lang.String>OptionalLineInserter. get(RECEIVER receiver, @NotNull java.util.regex.Matcher matcher, @NotNull Insertable<RECEIVER,?> insertion) -
Uses of Insertable in cc.carm.lib.configuration.value.text.function.inserter
Methods in cc.carm.lib.configuration.value.text.function.inserter with parameters of type Insertable Modifier and Type Method Description protected abstract @NotNull java.util.List<java.lang.String>ContentInserter. get(RECEIVER receiver, @NotNull java.util.regex.Matcher matcher, @NotNull Insertable<RECEIVER,?> insertions)@Nullable java.util.List<java.lang.String>ContentInserter. handle(RECEIVER receiver, @NotNull java.lang.String line, @NotNull Insertable<RECEIVER,?> insertions)
-