C# Class DroidExplorer.Core.FolderManagement

Afficher le fichier Open project: camalot/droidexplorer

Méthodes publiques

Méthode 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 méthode

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

GetBuildToolVersion() public static méthode

Gets the build tool version.
///
public static GetBuildToolVersion ( ) : System.Version
Résultat System.Version

GetBundledTool() public static méthode

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

GetSdkTool() public static méthode

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

TempPathCleanup() public static méthode

Temps the path cleanup.
public static TempPathCleanup ( ) : void
Résultat void

ToolExists() public static méthode

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

VerifyAndroidSdkTools() public static méthode

Verifies the android SDK tools.
public static VerifyAndroidSdkTools ( ) : bool
Résultat bool