C# Class NewRelicConfigBuilder.Program

Exibir arquivo Open project: Pablissimo/nrconfig

Public Methods

Method Description
ProcessCreate ( CommandLineArgs args ) : int
ProcessMerge ( CommandLineArgs args ) : int

Private Methods

Method Description
CurrentDomain_UnhandledException ( object sender, UnhandledExceptionEventArgs e ) : void
ErrorOut ( string message, Exception ex, bool verbose ) : void
GetInputFiles ( CommandLineArgs args ) : IEnumerable
Main ( string args ) : int
MakeFilterFromWildcards ( string filters ) : Predicate

Method Details

ProcessCreate() public static method

public static ProcessCreate ( CommandLineArgs args ) : int
args CommandLineArgs
return int

ProcessMerge() public static method

public static ProcessMerge ( CommandLineArgs args ) : int
args CommandLineArgs
return int