Class GlobalFactory
Global singleton gor all factories for manager objects
Inheritance
object
GlobalFactory
Namespace: BuildSystem.Factories
Assembly: BuildSystem.Factories.dll
Syntax
public static class GlobalFactory : Object
Fields
Builder
Factory for creating objects of IBuilder
Declaration
public static readonly Factory<IBuilder, IBuilderProps> Builder
Field Value
Type | Description |
---|---|
Factory<IBuilder, IBuilderProps> |
Cleaner
Factory for creating objects of ICleaner
Declaration
public static readonly Factory<ICleaner, ICleanerProps> Cleaner
Field Value
Type | Description |
---|---|
Factory<ICleaner, ICleanerProps> |
FileCopier
Factory for creating objects of IFileCopier
Declaration
public static readonly Factory<IFileCopier, IFileCopierProps> FileCopier
Field Value
Type | Description |
---|---|
Factory<IFileCopier, IFileCopierProps> |
GenDoc
Factory for creating objects of IGenDoc
Declaration
public static readonly Factory<IGenDoc, IGenDocProps> GenDoc
Field Value
Type | Description |
---|---|
Factory<IGenDoc, IGenDocProps> |
GenLang
Factory for creating objects of IGenLang
Declaration
public static readonly Factory<IGenLang, IGenLangProps> GenLang
Field Value
Type | Description |
---|---|
Factory<IGenLang, IGenLangProps> |
HashGenerator
Factory for creating objects of IHashGenerator
Declaration
public static readonly Factory<IHashGenerator, IHashGeneratorProps> HashGenerator
Field Value
Type | Description |
---|---|
Factory<IHashGenerator, IHashGeneratorProps> |
PackageManager
Factory for creating objects of IPackageManager
Declaration
public static readonly Factory<IPackageManager, IPackageManagerProps> PackageManager
Field Value
Type | Description |
---|---|
Factory<IPackageManager, IPackageManagerProps> |
ProjectCache
Factory for creating objects of IProjectCache
Declaration
public static readonly Factory<IProjectCache, IProjectCacheProps> ProjectCache
Field Value
Type | Description |
---|---|
Factory<IProjectCache, IProjectCacheProps> |
Reclaimer
Factory for creating objects of IReclaimer
Declaration
public static readonly Factory<IReclaimer, IReclaimerProps> Reclaimer
Field Value
Type | Description |
---|---|
Factory<IReclaimer, IReclaimerProps> |
Restorer
Factory for creating objects of IRestorer
Declaration
public static readonly Factory<IRestorer, IRestorerProps> Restorer
Field Value
Type | Description |
---|---|
Factory<IRestorer, IRestorerProps> |
Signer
Factory for creating objects of ISigner
Declaration
public static readonly Factory<ISigner, ISignerProps> Signer
Field Value
Type | Description |
---|---|
Factory<ISigner, ISignerProps> |
TestRunner
Factory for creating objects of ITestRunner
Declaration
public static readonly Factory<ITestRunner, ITestRunnerProps> TestRunner
Field Value
Type | Description |
---|---|
Factory<ITestRunner, ITestRunnerProps> |
TlbGenBpl
Factory for creating objects of ITlbGenBpl
Declaration
public static readonly Factory<ITlbGenBpl, ITlbGenBplProps> TlbGenBpl
Field Value
Type | Description |
---|---|
Factory<ITlbGenBpl, ITlbGenBplProps> |
TlbGenDotnetDll
Factory for creating objects of ITlbGenDotnetDll
Declaration
public static readonly Factory<ITlbGenDotnetDll, ITlbGenDotnetDllProps> TlbGenDotnetDll
Field Value
Type | Description |
---|---|
Factory<ITlbGenDotnetDll, ITlbGenDotnetDllProps> |
TlbGenPas
Factory for creating objects of ITlbGenPas
Declaration
public static readonly Factory<ITlbGenPas, ITlbGenPasProps> TlbGenPas
Field Value
Type | Description |
---|---|
Factory<ITlbGenPas, ITlbGenPasProps> |
VersionManager
Factory for creating objects of IVersionManager
Declaration
public static readonly Factory<IVersionManager, IVersionManagerProps> VersionManager
Field Value
Type | Description |
---|---|
Factory<IVersionManager, IVersionManagerProps> |