Interface IFileTypeComponentBuilder
Interface implemented by anything that can create the components that make up a file type.
This may be achieved by reading from a configuration file, or by directly instantiating the objects (in an implementation specific to a file type).
The SpringFileTypeComponentBuilder implements this interface and uses the
spring framework to do this.
Assembly: Sdl.FileTypeSupport.Framework.Core.dll
Syntax
public interface IFileTypeComponentBuilder : IFileTypeDefinitionAware
Properties
FileTypeManager
Current File Type Manager instance which will be set by the framework.
Declaration
IFileTypeManager FileTypeManager { get; set; }
Property Value
Methods
BuildAbstractGenerator(String)
Gets a native or bilingual document generator of the type
defined for the specified name.
Declaration
IAbstractGenerator BuildAbstractGenerator(string name)
Parameters
Type |
Name |
Description |
System.String |
name |
|
Returns
BuildAdditionalGeneratorsInfo(String)
The the additional generator information for this file type
Declaration
IAdditionalGeneratorsInfo BuildAdditionalGeneratorsInfo(string name)
Parameters
Type |
Name |
Description |
System.String |
name |
|
Returns
BuildBilingualGenerator(String)
Gets the bilingual writer components for this component (if any).
Declaration
IBilingualDocumentGenerator BuildBilingualGenerator(string name)
Parameters
Type |
Name |
Description |
System.String |
name |
|
Returns
Gets the file extractor for this component.
Declaration
IFileExtractor BuildFileExtractor(string name)
Parameters
Type |
Name |
Description |
System.String |
name |
|
Returns
BuildFileGenerator(String)
Gets the file generator for this component.
Declaration
IFileGenerator BuildFileGenerator(string name)
Parameters
Type |
Name |
Description |
System.String |
name |
|
Returns
BuildFileSniffer(String)
Gets the file sniffer for this component.
Declaration
INativeFileSniffer BuildFileSniffer(string name)
Parameters
Type |
Name |
Description |
System.String |
name |
|
Returns
Returns a file type information object.
Declaration
IFileTypeInformation BuildFileTypeInformation(string name)
Parameters
Type |
Name |
Description |
System.String |
name |
The IFileTypeDefinition will pass "" as the name for this parameter
|
Returns
BuildPreviewApplication(String)
Creates a new instance of the preview application with the specified name.
Declaration
IAbstractPreviewApplication BuildPreviewApplication(string name)
Parameters
Type |
Name |
Description |
System.String |
name |
|
Returns
BuildPreviewControl(String)
Declaration
IAbstractPreviewControl BuildPreviewControl(string name)
Parameters
Type |
Name |
Description |
System.String |
name |
|
Returns
BuildPreviewSetsFactory(String)
Gets the different sets of previews supported for this component.
Declaration
IPreviewSetsFactory BuildPreviewSetsFactory(string name)
Parameters
Type |
Name |
Description |
System.String |
name |
|
Returns
Gets the QuickTags object for this component.
Declaration
IQuickTagsFactory BuildQuickTagsFactory(string name)
Parameters
Type |
Name |
Description |
System.String |
name |
|
Returns
BuildVerifierCollection(String)
Gets the verifier list of this component.
Declaration
IVerifierCollection BuildVerifierCollection(string name)
Parameters
Type |
Name |
Description |
System.String |
name |
|
Returns