C# Class Phantom.Core.PhantomBase

Exibir arquivo Open project: JeremySkinner/Phantom

Public Methods

Method Description
Execute ( ) : void
call ( ) : void
cleanup ( System.Action block ) : void
cleanup ( string name, System.Action block ) : void
desc ( string description ) : void
target ( string name, System.Action block ) : void
target ( string name, string dependencies, System.Action block ) : void

Method Details

Execute() public abstract method

public abstract Execute ( ) : void
return void

call() public method

public call ( ) : void
return void

cleanup() public method

public cleanup ( System.Action block ) : void
block System.Action
return void

cleanup() public method

public cleanup ( string name, System.Action block ) : void
name string
block System.Action
return void

desc() public method

public desc ( string description ) : void
description string
return void

target() public method

public target ( string name, System.Action block ) : void
name string
block System.Action
return void

target() public method

public target ( string name, string dependencies, System.Action block ) : void
name string
dependencies string
block System.Action
return void