public interface CodestartResource
| Modifier and Type | Interface and Description |
|---|---|
static class |
CodestartResource.PathCodestartResource |
static class |
CodestartResource.Source |
| Modifier and Type | Method and Description |
|---|---|
Path |
copyTo(String codestartRelativePath,
Path target,
CopyOption... copyOptions) |
boolean |
dirExists(String languageDir) |
List<String> |
getLanguageDirs() |
Optional<CodestartResource.Source> |
getSource(String languageDir,
String name) |
List<CodestartResource.Source> |
listSources(String languageDir) |
String |
pathName() |
String |
read(String codestartRelativePath) |
String pathName()
Path copyTo(String codestartRelativePath, Path target, CopyOption... copyOptions)
List<CodestartResource.Source> listSources(String languageDir)
boolean dirExists(String languageDir)
Optional<CodestartResource.Source> getSource(String languageDir, String name)
Copyright © 2021 JBoss by Red Hat. All rights reserved.