Interface CodestartFileReader
- All Known Implementing Classes:
CodestartFileReader.DefaultCodestartFileReader
public interface CodestartFileReader
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final List<CodestartFileReader>static final CodestartFileReader -
Method Summary
Modifier and TypeMethodDescriptioncleanFileName(String fileName) booleanread(CodestartResource project, CodestartResource.Source source, String languageName, Map<String, Object> data)
-
Field Details
-
DEFAULT
-
ALL
-
-
Method Details
-
matches
-
cleanFileName
-
read
Optional<String> read(CodestartResource project, CodestartResource.Source source, String languageName, Map<String, Object> data) throws IOException- Throws:
IOException
-