Package io.quarkus.devtools.codestarts
Interface CodestartResource
-
- All Known Implementing Classes:
CodestartResource.PathCodestartResource
public interface CodestartResource
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classCodestartResource.PathCodestartResourcestatic classCodestartResource.Source
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PathcopyTo(String codestartRelativePath, Path target, CopyOption... copyOptions)booleandirExists(String languageDir)List<String>getLanguageDirs()Optional<CodestartResource.Source>getSource(String languageDir, String name)List<CodestartResource.Source>listSources(String languageDir)StringpathName()Stringread(String codestartRelativePath)
-
-
-
Method Detail
-
pathName
String pathName()
-
copyTo
Path copyTo(String codestartRelativePath, Path target, CopyOption... copyOptions)
-
listSources
List<CodestartResource.Source> listSources(String languageDir)
-
dirExists
boolean dirExists(String languageDir)
-
getSource
Optional<CodestartResource.Source> getSource(String languageDir, String name)
-
-