Package org.anasoid.jmc.core.dsl.control
Class IfControllerDsl
- java.lang.Object
-
- org.anasoid.jmc.core.dsl.control.IfControllerDsl
-
public final class IfControllerDsl extends java.lang.ObjectDsl for IfController.- See Also:
IfControllerWrapper
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static IfControllerWrapper.IfControllerWrapperBuilder<?,?>ifControllerBuilder()Get IfControllerWrapper builder.static IfControllerWrapper.IfControllerWrapperBuilder<?,?>ifControllerBuilder(java.lang.String name)Get IfController builder with name.static IfControllerWrapper.IfControllerWrapperBuilder<?,?>ifControllerBuilder(java.lang.String name, java.lang.String condition)Get IfController builder with name.
-
-
-
Method Detail
-
ifControllerBuilder
public static IfControllerWrapper.IfControllerWrapperBuilder<?,?> ifControllerBuilder()
Get IfControllerWrapper builder.- Returns:
- builder.
-
ifControllerBuilder
public static IfControllerWrapper.IfControllerWrapperBuilder<?,?> ifControllerBuilder(java.lang.String name)
Get IfController builder with name.- Parameters:
name- name.- Returns:
- builder.
-
ifControllerBuilder
public static IfControllerWrapper.IfControllerWrapperBuilder<?,?> ifControllerBuilder(java.lang.String name, java.lang.String condition)
Get IfController builder with name.- Parameters:
name- name.- Returns:
- builder.
-
-