Uses of Interface
org.aksw.shellgebra.shim.core.ArgsTransform
Packages that use ArgsTransform
-
Uses of ArgsTransform in org.aksw.shellgebra.shim.core
Methods in org.aksw.shellgebra.shim.core that return ArgsTransform -
Uses of ArgsTransform in org.aksw.vshell.registry
Methods in org.aksw.vshell.registry that return ArgsTransformModifier and TypeMethodDescriptionCommandBinding.argsTransform()Returns the value of theargsTransformrecord component.Methods in org.aksw.vshell.registry with parameters of type ArgsTransformModifier and TypeMethodDescriptionCommandRegistry.put(String command, ExecSite execSite, String cmd, ArgsTransform argsTransform) Constructors in org.aksw.vshell.registry with parameters of type ArgsTransformModifierConstructorDescriptionCommandBinding(String commandName, ArgsTransform argsTransform) Creates an instance of aCommandBindingrecord class.