Example #1
0
 internal ContainerService(ContainerHandleHelper handleHelper, IUserManager userManager, IFileSystemManager fileSystem, IContainerPropertyService containerPropertiesService, ILocalTcpPortManager tcpPortManager, IProcessRunner processRunner, IContainerHostService containerHostService, IDiskQuotaManager diskQuotaManager, IContainerDirectoryFactory directoryFactory, string containerBasePath)
 {
     this.handleHelper = handleHelper;
     this.userManager  = userManager;
     this.fileSystem   = fileSystem;
     this.containerPropertiesService = containerPropertiesService;
     this.tcpPortManager             = tcpPortManager;
     this.processRunner        = processRunner;
     this.containerHostService = containerHostService;
     this.containerBasePath    = containerBasePath;
     this.diskQuotaManager     = diskQuotaManager;
     this.directoryFactory     = directoryFactory;
 }
 internal ContainerService(ContainerHandleHelper handleHelper, IUserManager userManager, IFileSystemManager fileSystem, IContainerPropertyService containerPropertiesService, ILocalTcpPortManager tcpPortManager, IProcessRunner processRunner, IContainerHostService containerHostService, IDiskQuotaManager diskQuotaManager, IContainerDirectoryFactory directoryFactory, string containerBasePath)
 {
     this.handleHelper = handleHelper;
     this.userManager = userManager;
     this.fileSystem = fileSystem;
     this.containerPropertiesService = containerPropertiesService;
     this.tcpPortManager = tcpPortManager;
     this.processRunner = processRunner;
     this.containerHostService = containerHostService;
     this.containerBasePath = containerBasePath;
     this.diskQuotaManager = diskQuotaManager;
     this.directoryFactory = directoryFactory;
 }
 public ContainerHandleHelperTests()
 {
     Helper = new ContainerHandleHelper();
 }
 public ContainerHandleHelperTests()
 {
     Helper = new ContainerHandleHelper();
 }