Class Reflector
Public entry point for the reflector
Assembly: MASES.NuReflector.dll
Syntax
public static class Reflector
Fields
|
Improve this Doc
View Source
Parser
Declaration
public static readonly Parser Parser
Field Value
Type |
Description |
MASES.CLIParser.Parser |
|
Methods
|
Improve this Doc
View Source
Execute(Int32, String, String, String, String, String, String, Boolean)
Declaration
public static bool Execute(int hierarchyLevel, string sourceFolder, string pomProjectTemplateFile, string pomTemplateFile, string packageId, string feed = "https://api.nuget.org/v3/index.json", string packageVersion = null, bool usePreRelease = false)
Parameters
Returns
|
Improve this Doc
View Source
Execute(String[])
Declaration
public static void Execute(params string[] args)
Parameters
Type |
Name |
Description |
String[] |
args |
|
|
Improve this Doc
View Source
GetArgumentHelp()
Declaration
public static string GetArgumentHelp()
Returns
|
Improve this Doc
View Source
SetHandler(appendToConsoleHandler, EventHandler<EndOperationEventArgs>)
Sets the operations handler
Declaration
public static void SetHandler(appendToConsoleHandler appendToConsoleHandler, EventHandler<EndOperationEventArgs> endOperationHandler)
Parameters
Type |
Name |
Description |
MASES.JCOReflectorEngine.appendToConsoleHandler |
appendToConsoleHandler |
Handler for logging purpose
|
EventHandler<MASES.JCOReflectorEngine.EndOperationEventArgs> |
endOperationHandler |
Handler for completed operations
|