C# Class Sage.Tools.Utilities.BatchGlobalizer

Inheritance: IUtility
Mostra file Open project: igorfrance/sage

Public Methods

Method Description
GetUsage ( ) : string
ParseArguments ( string args ) : bool
Run ( ) : void

Private Methods

Method Description
GetFiles ( ) : List
GetGlobalizableResources ( ) : IEnumerable
GlobalizeResources ( ) : void
MapPath ( string childPath ) : string
MergeAssets ( ) : void
SummarizeOverview ( XmlDocument resultDoc, string outputPath ) : void

Method Details

GetUsage() public method

public GetUsage ( ) : string
return string

ParseArguments() public method

public ParseArguments ( string args ) : bool
args string
return bool

Run() public method

public Run ( ) : void
return void