Package com.composum.sling.nodes.console
Class Condition.Options
- java.lang.Object
-
- com.composum.sling.nodes.console.Condition.Options
-
- All Implemented Interfaces:
Condition.Factory
- Enclosing interface:
- Condition
public static class Condition.Options extends Object implements Condition.Factory
-
-
Constructor Summary
Constructors Constructor Description Options()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description @NotNull Condition.Options
addFactory(@NotNull String key, @NotNull Condition.Factory factory)
@Nullable Condition
getCondition(@NotNull String key, @Nullable Object pattern)
@Nullable Condition
getCondition(@Nullable String rule)
-
-
-
Method Detail
-
getCondition
@Nullable public @Nullable Condition getCondition(@NotNull @NotNull String key, @Nullable @Nullable Object pattern)
- Specified by:
getCondition
in interfaceCondition.Factory
-
addFactory
@NotNull public @NotNull Condition.Options addFactory(@NotNull @NotNull String key, @NotNull @NotNull Condition.Factory factory)
-
-