Method | Description | |
---|---|---|
Accept ( IPBXVisitor visitor ) : void |
Accepts the specified visitor.
|
|
AddInputPath ( String path ) : void |
Adds the input path.
|
|
AddOutputPath ( String path ) : void |
Adds the output path.
|
|
PBXShellScriptBuildPhase ( ) : System |
Initializes a new instance of the PBXShellScriptBuildPhase class.
|
|
RemoveInputPath ( String path ) : void |
Removes the input path.
|
|
RemoveOutputPath ( String path ) : void |
Removes the output path.
|
|
WriteTo ( |
Writes this element to the writer.
|
public Accept ( IPBXVisitor visitor ) : void | ||
visitor | IPBXVisitor | The visitor. |
return | void |
public AddInputPath ( String path ) : void | ||
path | String | The path. |
return | void |
public AddOutputPath ( String path ) : void | ||
path | String | The path. |
return | void |
public RemoveInputPath ( String path ) : void | ||
path | String | The path. |
return | void |
public RemoveOutputPath ( String path ) : void | ||
path | String | The path. |
return | void |
public WriteTo ( |
||
writer | The writer. | |
map | string>.IDictionary | The map. |
return | void |