public PackPackageCommand( IAutomaticModulePackager automaticProjectPackager, IFileFilterParser fileFilterParser, IHostPlatformDetector hostPlatformDetector, IDeduplicator deduplicator) { this.m_AutomaticProjectPackager = automaticProjectPackager; this.m_HostPlatformDetector = hostPlatformDetector; this.m_FileFilterParser = fileFilterParser; this.m_Deduplicator = deduplicator; }
public PackPackageCommand( IAutomaticModulePackager automaticProjectPackager, IFileFilterParser fileFilterParser, IHostPlatformDetector hostPlatformDetector, IDeduplicator deduplicator, IPackageCreator packageCreator, IGetRecursiveUtilitiesInPath getRecursiveUtilitiesInPath) { this.m_AutomaticProjectPackager = automaticProjectPackager; this.m_HostPlatformDetector = hostPlatformDetector; this.m_FileFilterParser = fileFilterParser; this.m_Deduplicator = deduplicator; _packageCreator = packageCreator; _getRecursiveUtilitiesInPath = getRecursiveUtilitiesInPath; }
public PackPackageCommand( IAutomaticModulePackager automaticProjectPackager, IFileFilterParser fileFilterParser, IHostPlatformDetector hostPlatformDetector, IDeduplicator deduplicator, IPackageCreator packageCreator, IGetRecursiveUtilitiesInPath getRecursiveUtilitiesInPath, IFeatureManager featureManager) { this.m_AutomaticProjectPackager = automaticProjectPackager; this.m_HostPlatformDetector = hostPlatformDetector; this.m_FileFilterParser = fileFilterParser; this.m_Deduplicator = deduplicator; _packageCreator = packageCreator; _getRecursiveUtilitiesInPath = getRecursiveUtilitiesInPath; _featureManager = featureManager; }