C# Class azurecopycommand.Program

Datei anzeigen Open project: kpfaulkner/azurecopy

Public Methods

Method Description
GetHandler ( UrlType urlType, string url ) : IBlobHandler

Private Methods

Method Description
ConfigureDropbox ( ) : void
ConfigureOneDrive ( ) : void
ConsoleCtrlCheck ( CtrlTypes ctrlType ) : bool
DisplayExamples ( ) : void
DoList ( bool debugMode ) : void
DoListContainers ( ) : void
DoMake ( ) : void
DoNormalCopy ( ) : void
GenerateFileName ( string downloadDirectory, string blobName ) : string
GenerateOutputUrl ( string baseOutputUrl, string inputUrl ) : string
GetArgument ( string args, int i ) : string
GetSourceBlobList ( IBlobHandler inputHandler ) : IEnumerable

Get all possible blobs for the handler (which had the original url passed into the constructor).

GetUrlType ( string url ) : UrlType
Main ( string args ) : void
ModifyUrl ( string outputUrl, UrlType outputUrlType ) : string
ParseArguments ( string args ) : void
Process ( bool debugMode ) : void
SanitizeUrl ( string _inputUrl ) : string

Currently just add trailing /

SetConsoleCtrlHandler ( HandlerRoutine Handler, bool Add ) : bool

Method Details

GetHandler() public static method

public static GetHandler ( UrlType urlType, string url ) : IBlobHandler
urlType UrlType
url string
return IBlobHandler