Method |
Description |
|
backupDirectoryTo ( string source, string destinationRoot ) : void |
|
|
backupScripts ( string command, string source ) : string |
|
|
copyPluginDirectories ( string source, string destination ) : void |
|
|
getInstallPackage ( string source, string tempPath ) : Package |
|
|
getInstallPath ( Package package, ProfileLocator profiles, string activeProfile ) : string |
|
|
getLanguageInstallPath ( Package package ) : string |
|
|
getLanguageInstallPath ( Package package, bool forcelocal ) : string |
|
|
getPackage ( string name ) : Package |
|
|
getPackageScript ( string path, string script ) : string |
|
|
getPackages ( bool all ) : IEnumerable |
|
|
install ( string packageToken, string acceptedVersions ) : bool |
|
|
installDependencies ( List dependencies ) : bool |
|
|
installMetaPackage ( PackageFetcher source ) : void |
|
|
installPackage ( string source, Package package, string tempPath, string installPath, string activeProfile ) : void |
|
|
isMetaPackage ( string source ) : bool |
|
|
matchPackage ( string path, string name ) : bool |
|
|
prepareForAction ( string source, string>.Func destinatinoPathLocator, bool>.Func actionHandler ) : bool |
|
|
printConflictingPackage ( string name, Package package, IEnumerable matches ) : void |
|
|
printUnexistingUpdate ( string name, Package package ) : void |
|
|
printUpdateFailed ( string id ) : void |
|
|
removePackage ( Package package, string path, bool isGlobal ) : void |
|
|
restoreScripts ( string command, string source, string backupLocation ) : void |
|
|
runInstallVerify ( string tempPath, string installPath ) : bool |
|
|
runProcess ( string command, string arguments ) : bool |
|
|
runUpgrade ( string tempPath, string installPath, string argument ) : bool |
|
|
update ( string source, Package existingPackage, ActionParameters args ) : void |
|
|