Class AbstractSchemaGenerator
java.lang.Object
org.eclipse.lemminx.customservice.synapse.schemagen.util.AbstractSchemaGenerator
- All Implemented Interfaces:
ISchemaGenerator
- Direct Known Subclasses:
SchemaGeneratorForCSV,SchemaGeneratorForJSON
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetSchemaContent(String fileText, FileType type, String delimiter) getSchemaResourcePath(String filePath, FileType type, String delimiter)
-
Constructor Details
-
AbstractSchemaGenerator
public AbstractSchemaGenerator()
-
-
Method Details
-
getSchemaResourcePath
public String getSchemaResourcePath(String filePath, FileType type, String delimiter) throws IOException - Specified by:
getSchemaResourcePathin interfaceISchemaGenerator- Throws:
IOException
-
getSchemaContent
- Specified by:
getSchemaContentin interfaceISchemaGenerator- Throws:
IOException
-