프로퍼티 | 타입 | 설명 |
---|
메소드 | 설명 | |
---|---|---|
AddPrerequisite ( IBuilder target ) : void | ||
CachedBuilder ( IBuilder wrappedBuilder, IBuildCache cache, [ targetDir ) : System |
Creates a cached builder
|
|
CanRun ( ) : bool |
Verifies if the builder is able to run. Can be used to fallback to cached results without getting en error.
|
|
RemovePrerequisite ( IBuilder target ) : void | ||
Run ( IBuildContext context ) : ISet |
Runs this builder
|
|
ToString ( ) : string |
Returns a string that represents the current object.
|
public CachedBuilder ( IBuilder wrappedBuilder, IBuildCache cache, [ targetDir ) : System | ||
wrappedBuilder | IBuilder | The builder instance to be wrapped |
cache | IBuildCache | The cache implementation to be used |
targetDir | [ | The target directory's file system abstraction |
리턴 | System |
public RemovePrerequisite ( IBuilder target ) : void | ||
target | IBuilder | |
리턴 | void |