C# Class DroidExplorer.Core.FolderManagement

Show file Open project: camalot/droidexplorer

Public Methods

Method Description
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.

Method Details

GetBuildTool() public static method

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

GetBuildToolVersion() public static method

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

GetBundledTool() public static method

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

GetSdkTool() public static method

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

TempPathCleanup() public static method

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

ToolExists() public static method

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

VerifyAndroidSdkTools() public static method

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