C# Class Manos.Tool.InitCommand

Datei anzeigen Open project: toptensoftware/manos Class Usage Examples

Public Properties

Property Type Description
DEPLOYMENT_DIRECTORY string
LEGAL_NAME_CHARS string
TEMPLATES_DIRECTORY string

Public Methods

Method Description
CopyFilesRecurse ( DirectoryInfo source, DirectoryInfo target ) : void
InitCommand ( Environment env, string name ) : System
IsLegalApplicationName ( string name ) : bool
Run ( ) : void

Private Methods

Method Description
Convert ( string src ) : string
ConvertCSFile ( string file ) : void
ConvertFileName ( string name ) : void

Method Details

CopyFilesRecurse() public method

public CopyFilesRecurse ( DirectoryInfo source, DirectoryInfo target ) : void
source System.IO.DirectoryInfo
target System.IO.DirectoryInfo
return void

InitCommand() public method

public InitCommand ( Environment env, string name ) : System
env Environment
name string
return System

IsLegalApplicationName() public method

public IsLegalApplicationName ( string name ) : bool
name string
return bool

Run() public method

public Run ( ) : void
return void

Property Details

DEPLOYMENT_DIRECTORY public_oe static_oe property

public static string DEPLOYMENT_DIRECTORY
return string

LEGAL_NAME_CHARS public_oe static_oe property

public static string LEGAL_NAME_CHARS
return string

TEMPLATES_DIRECTORY public_oe static_oe property

public static string TEMPLATES_DIRECTORY
return string