| Package | org.spicefactory.parsley.command |
| Class | public class ManagedCommands |
| Inheritance | ManagedCommands Object |
| Method | Defined By | ||
|---|---|---|---|
create(commandType:Class):ManagedCommandBuilder [static]
Creates a builder for the specified command type. | ManagedCommands | ||
wrap(command:Object):ManagedCommandBuilder [static]
Creates a builder for the specified command instance. | ManagedCommands | ||
| create | () | method |
public static function create(commandType:Class):ManagedCommandBuilderCreates a builder for the specified command type.
Parameters
commandType:Class |
ManagedCommandBuilder — a new builder for the specified command type
|
| wrap | () | method |
public static function wrap(command:Object):ManagedCommandBuilderCreates a builder for the specified command instance.
Parameters
command:Object |
ManagedCommandBuilder — a new builder for the specified command instance
|