C# Class OpenIDE.Arguments.Handlers.ProfileHandler

Inheritance: ICommandHandler
Afficher le fichier Open project: continuoustests/OpenIDE

Méthodes publiques

Méthode Description
Execute ( string arguments ) : void
ProfileHandler ( ConfigurationHandler configHandler, Action eventDispatcher ) : System

Private Methods

Méthode Description
cloneProfile ( Args args ) : void
copyRecursive ( string source, string destination, Func copyValidator ) : void
createProfile ( Args args ) : void
deleteProfile ( Args args ) : void
getActiveProfile ( Args args ) : string
getArgs ( string arguments ) : Args
getProfilePath ( Args args, string name ) : string
listProfilePaths ( ) : void
listProfiles ( ) : void
listProfilesRaw ( ) : void
loadProfile ( Args args ) : void
removeDir ( string dir ) : void

Method Details

Execute() public méthode

public Execute ( string arguments ) : void
arguments string
Résultat void

ProfileHandler() public méthode

public ProfileHandler ( ConfigurationHandler configHandler, Action eventDispatcher ) : System
configHandler ConfigurationHandler
eventDispatcher Action
Résultat System