类 AppendLineInserter<RECEIVER>
java.lang.Object
cc.carm.lib.configuration.value.text.function.inserter.ContentInserter<RECEIVER>
cc.carm.lib.configuration.value.text.function.common.AppendLineInserter<RECEIVER>
- 所有已实现的接口:
Comparable<ContentInserter<RECEIVER>>
-
字段概要
字段从类继承的字段 cc.carm.lib.configuration.value.text.function.inserter.ContentInserter
pattern, priority -
构造器概要
构造器 -
方法概要
从类继承的方法 cc.carm.lib.configuration.value.text.function.inserter.ContentInserter
compareTo, handle, matcher, priority, setPattern
-
字段详细资料
-
APPEND_PATTERN
Used to match the message insertion.format:
- to insert parsed line {prefix}#content-id#{offset-above,offset-down}
- to insert original line {prefix}@content-id@{offset-above,offset-down}
original lines will not be parsed
example:- {- }#content-id#{1,1}
- @content-id@{1,1}
-
-
构造器详细资料
-
AppendLineInserter
public AppendLineInserter(int priority)
-
-
方法详细资料
-
extractID
- 指定者:
extractID在类中ContentInserter<RECEIVER>
-
get
@NotNull protected @NotNull List<String> get(@Nullable RECEIVER receiver, @NotNull @NotNull Matcher matcher, @NotNull @NotNull Insertable<RECEIVER, ?> insertion) - 指定者:
get在类中ContentInserter<RECEIVER>
-