Method Decompose
Decompose(String)
Break the given patch command into its constituent pieces. The pieces are delimited by NOOP commands.
Declaration
public virtual string[] Decompose(string cmd)
Parameters
Type | Name | Description |
---|---|---|
System.String | cmd | the patch command |
Returns
Type | Description |
---|---|
System.String[] | an array containing the pieces of the command |