Method | Description | |
---|---|---|
RevertFile ( IPackageFile file, string targetPath, IEnumerable |
||
TransformFile ( IPackageFile file, string targetPath, IProjectSystem projectSystem ) : void |
Method | Description | |
---|---|---|
Process ( IPackageFile file, IPropertyProvider propertyProvider ) : string | ||
Process ( Stream stream, IPropertyProvider propertyProvider, bool throwIfNotFound = true ) : string | ||
ReplaceToken ( |
public RevertFile ( IPackageFile file, string targetPath, IEnumerable |
||
file | IPackageFile | |
targetPath | string | |
matchingFiles | IEnumerable |
|
projectSystem | IProjectSystem | |
return | void |
public TransformFile ( IPackageFile file, string targetPath, IProjectSystem projectSystem ) : void | ||
file | IPackageFile | |
targetPath | string | |
projectSystem | IProjectSystem | |
return | void |