C# Class Monobjc.Tools.Xcode.PBXShellScriptBuildPhase

Inheritance: PBXBuildPhase
ファイルを表示 Open project: Monobjc/monobjc-tools

Public Methods

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 ( ProjectWriter writer, string>.IDictionary map ) : void

Writes this element to the writer.

Method Details

Accept() public method

Accepts the specified visitor.
public Accept ( IPBXVisitor visitor ) : void
visitor IPBXVisitor The visitor.
return void

AddInputPath() public method

Adds the input path.
public AddInputPath ( String path ) : void
path String The path.
return void

AddOutputPath() public method

Adds the output path.
public AddOutputPath ( String path ) : void
path String The path.
return void

PBXShellScriptBuildPhase() public method

Initializes a new instance of the PBXShellScriptBuildPhase class.
public PBXShellScriptBuildPhase ( ) : System
return System

RemoveInputPath() public method

Removes the input path.
public RemoveInputPath ( String path ) : void
path String The path.
return void

RemoveOutputPath() public method

Removes the output path.
public RemoveOutputPath ( String path ) : void
path String The path.
return void

WriteTo() public method

Writes this element to the writer.
public WriteTo ( ProjectWriter writer, string>.IDictionary map ) : void
writer ProjectWriter The writer.
map string>.IDictionary The map.
return void