Méthode | Description | |
---|---|---|
GetHandler ( UrlType urlType, string url ) : IBlobHandler |
Méthode | 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 |
public static GetHandler ( UrlType urlType, string url ) : IBlobHandler | ||
urlType | UrlType | |
url | string | |
Résultat | IBlobHandler |