C# 클래스 OpenIDE.Core.Packaging.PackageFetcher

파일 보기 프로젝트 열기: continuoustests/OpenIDE 1 사용 예제들

공개 메소드들

메소드 설명
Fetch ( string source ) : FetchedPackage
PackageFetcher ( string token, string sourcePrioritization, Action dispatch ) : System

비공개 메소드들

메소드 설명
download ( string source, string destination ) : bool

메소드 상세

Fetch() 공개 메소드

public Fetch ( string source ) : FetchedPackage
source string
리턴 FetchedPackage

PackageFetcher() 공개 메소드

public PackageFetcher ( string token, string sourcePrioritization, Action dispatch ) : System
token string
sourcePrioritization string
dispatch Action
리턴 System