C# Class DroidExplorer.Plugins.Data.BartExecutor

Inheritance: IShellProcess
Afficher le fichier Open project: camalot/droidexplorer

Private Properties

Свойство Type Description
BartExecutor System
CopyBart void
CreateArgs string
ExecuteBart void

Méthodes publiques

Méthode Description
Backup ( string romName ) : void

Backups the specified rom name.

Cleanup ( ) : void

Deletes the bart file.

Delete ( string romName ) : void

Deletes the specified rom name.

List ( ) : List

Lists this instance.

Restore ( string romName ) : void

Restores the specified rom name.

SetBaseProcess ( System process ) : void

Sets the base process.

SetErrorStream ( System reader ) : void

Sets the error stream.

SetInputStream ( System writer ) : void

Sets the input stream.

SetOutputStream ( System reader ) : void

Sets the output stream.

Méthodes protégées

Méthode Description
OnComplete ( EventArgs e ) : void

Raises the E:RestoreComplete event.

Private Methods

Méthode Description
BartExecutor ( ) : System

Initializes a new instance of the BartExecutor class.

CopyBart ( ) : void

Copies the bart file to the device.

CreateArgs ( ) : string

Creates the args.

ExecuteBart ( string command ) : void

Executes the bart command.

Method Details

Backup() public méthode

Backups the specified rom name.
public Backup ( string romName ) : void
romName string Name of the rom.
Résultat void

Cleanup() public méthode

Deletes the bart file.
public Cleanup ( ) : void
Résultat void

Delete() public méthode

Deletes the specified rom name.
public Delete ( string romName ) : void
romName string Name of the rom.
Résultat void

List() public méthode

Lists this instance.
public List ( ) : List
Résultat List

OnComplete() protected méthode

Raises the E:RestoreComplete event.
protected OnComplete ( EventArgs e ) : void
e System.EventArgs The instance containing the event data.
Résultat void

Restore() public méthode

Restores the specified rom name.
public Restore ( string romName ) : void
romName string Name of the rom.
Résultat void

SetBaseProcess() public méthode

Sets the base process.
public SetBaseProcess ( System process ) : void
process System The process.
Résultat void

SetErrorStream() public méthode

Sets the error stream.
public SetErrorStream ( System reader ) : void
reader System The reader.
Résultat void

SetInputStream() public méthode

Sets the input stream.
public SetInputStream ( System writer ) : void
writer System The writer.
Résultat void

SetOutputStream() public méthode

Sets the output stream.
public SetOutputStream ( System reader ) : void
reader System The reader.
Résultat void