C# 클래스 DroidExplorer.Core.FolderManagement

파일 보기 프로젝트 열기: camalot/droidexplorer

공개 메소드들

메소드 설명
GetBuildTool ( String relativePath ) : string

Gets the build tool.

GetBuildToolVersion ( ) : System.Version

Gets the build tool version.

GetBundledTool ( string relativePath ) : string

Gets the bundled tool.

GetSdkTool ( string relativePath ) : string

Gets the SDK tool.

TempPathCleanup ( ) : void

Temps the path cleanup.

ToolExists ( string toolRelativePath ) : bool

Checks if the tool is able to be located.

VerifyAndroidSdkTools ( ) : bool

Verifies the android SDK tools.

메소드 상세

GetBuildTool() 공개 정적인 메소드

Gets the build tool.
public static GetBuildTool ( String relativePath ) : string
relativePath String The relative path.
리턴 string

GetBuildToolVersion() 공개 정적인 메소드

Gets the build tool version.
///
public static GetBuildToolVersion ( ) : System.Version
리턴 System.Version

GetBundledTool() 공개 정적인 메소드

Gets the bundled tool.
public static GetBundledTool ( string relativePath ) : string
relativePath string The relative path.
리턴 string

GetSdkTool() 공개 정적인 메소드

Gets the SDK tool.
public static GetSdkTool ( string relativePath ) : string
relativePath string The relative path.
리턴 string

TempPathCleanup() 공개 정적인 메소드

Temps the path cleanup.
public static TempPathCleanup ( ) : void
리턴 void

ToolExists() 공개 정적인 메소드

Checks if the tool is able to be located.
public static ToolExists ( string toolRelativePath ) : bool
toolRelativePath string The tool relative path.
리턴 bool

VerifyAndroidSdkTools() 공개 정적인 메소드

Verifies the android SDK tools.
public static VerifyAndroidSdkTools ( ) : bool
리턴 bool