Package org.drools.traits.core.metadata
Class With
- java.lang.Object
-
- org.drools.traits.core.metadata.With
-
public class With extends Object
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Object[]getArgs()static Withupdates(Object... args)static Withupdates(Collection args)static Withwith(Object... args)static Withwith(Collection args)
-
-
-
Constructor Detail
-
With
protected With(Object[] args)
-
-
Method Detail
-
with
public static With with(Collection args)
-
updates
public static With updates(Collection args)
-
getArgs
public Object[] getArgs()
-
-