예제 #1
0
 public Builder(IUserInterface userInterface, ISdkRepository sdkRepository,
                IBuildExecuter buildExecuter, ILibraryBuilderExecuter libraryBuilderExecuter, ITargetParser targetParser, IFileSystem fileSystem)
 {
     this.userInterface          = userInterface;
     this.sdkRepository          = sdkRepository;
     this.buildExecuter          = buildExecuter;
     this.libraryBuilderExecuter = libraryBuilderExecuter;
     this.targetParser           = targetParser;
     this.fileSystem             = fileSystem;
 }
 public AcfEngineeringLibraryBuilderDeployStep(ILibraryBuilderExecuter builder)
 {
     this.builder = builder;
 }