Interface ISchemaGenerator
- All Known Implementing Classes:
AbstractSchemaGenerator,SchemaGeneratorForCSV,SchemaGeneratorForJSON,SchemaGeneratorForXML,SchemaGeneratorForXSD
public interface ISchemaGenerator
-
Method Summary
Modifier and TypeMethodDescriptiongetSchemaContent(String fileText, FileType type, String delimiter) getSchemaResourcePath(String filePath, FileType type, String delimiter)
-
Method Details
-
getSchemaResourcePath
- Throws:
IOException
-
getSchemaContent
- Throws:
IOException
-