FileParserFactory Class |
Namespace: Packflow.Core.FileParsing
public static class FileParserFactory
The FileParserFactory type exposes the following members.
Name | Description | |
---|---|---|
GenericParsers |
Gets the generic parsers found in Packflow engine.
|
Name | Description | |
---|---|---|
GetParser |
Gets the applicable parser for given file and application.
Looks in application's parser for first type corresponding to given file format.
If not found, looks in generic parsers.
|