C# 클래스 Bari.Core.Build.ContentProjectBuilderFactory

A IProjectBuilderFactory implementation that creates ContentBuilder instances for projects having a source set named content.
상속: IProjectBuilderFactory
파일 보기 프로젝트 열기: vigoo/bari

공개 메소드들

메소드 설명
ContentProjectBuilderFactory ( ICoreBuilderFactory coreBuilderFactory ) : System
Create ( IEnumerable projects ) : IBuilder

Creates a builder (IBuilder) which process the given set of projects (Project)

메소드 상세

ContentProjectBuilderFactory() 공개 메소드

public ContentProjectBuilderFactory ( ICoreBuilderFactory coreBuilderFactory ) : System
coreBuilderFactory ICoreBuilderFactory
리턴 System

Create() 공개 메소드

Creates a builder (IBuilder) which process the given set of projects (Project)
public Create ( IEnumerable projects ) : IBuilder
projects IEnumerable Projects to be built
리턴 IBuilder