public interface CodestartFileReader
| Modifier and Type | Interface and Description |
|---|---|
static class |
CodestartFileReader.DefaultCodestartFileReader |
| Modifier and Type | Field and Description |
|---|---|
static List<CodestartFileReader> |
ALL |
static CodestartFileReader |
DEFAULT |
| Modifier and Type | Method and Description |
|---|---|
String |
cleanFileName(String fileName) |
boolean |
matches(String fileName) |
Optional<String> |
read(CodestartResource.Source source,
String languageName,
Map<String,Object> data) |
static final CodestartFileReader DEFAULT
static final List<CodestartFileReader> ALL
boolean matches(String fileName)
Optional<String> read(CodestartResource.Source source, String languageName, Map<String,Object> data) throws IOException
IOExceptionCopyright © 2021 JBoss by Red Hat. All rights reserved.