C# 클래스 Sage.Tools.Utilities.ExtensionBuilder

상속: IUtility
파일 보기 프로젝트 열기: igorfrance/sage 1 사용 예제들

공개 메소드들

메소드 설명
GetUsage ( ) : string
ParseArguments ( string args ) : bool
Run ( ) : void

비공개 메소드들

메소드 설명
BuildExtension ( string sourcePath, string targetPath = null ) : void
CopyConfiguration ( PackageGroup group, string parentName, string childName, XmlElement source, XmlElement target ) : void
CreateExtensionConfigurationDocument ( string extensionName ) : XmlDocument
PackFile ( ZipOutputStream zipfile, string filePath, string targetName ) : void

메소드 상세

GetUsage() 공개 메소드

public GetUsage ( ) : string
리턴 string

ParseArguments() 공개 메소드

public ParseArguments ( string args ) : bool
args string
리턴 bool

Run() 공개 메소드

public Run ( ) : void
리턴 void