OpenIDE.Core.Packaging.PackageFetcher.download C# (CSharp) Method

download() private method

private download ( string source, string destination ) : bool
source string
destination string
return bool
        private bool download(string source, string destination)
        {
            return new FileFetcher(_dispatch).Download(source, destination);
        }