Package io.quarkus.devtools.codestarts
Class CodestartResource.PathCodestartResource
java.lang.Object
io.quarkus.devtools.codestarts.CodestartResource.PathCodestartResource
- All Implemented Interfaces:
CodestartResource
- Enclosing interface:
- CodestartResource
public static class CodestartResource.PathCodestartResource
extends Object
implements CodestartResource
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.quarkus.devtools.codestarts.CodestartResource
CodestartResource.PathCodestartResource, CodestartResource.Source -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncopyTo(String codestartRelativePath, Path target, CopyOption... copyOptions) booleanlistSources(String languageDir) pathName()
-
Constructor Details
-
PathCodestartResource
-
-
Method Details
-
pathName
- Specified by:
pathNamein interfaceCodestartResource
-
read
- Specified by:
readin interfaceCodestartResource
-
listSources
- Specified by:
listSourcesin interfaceCodestartResource
-
dirExists
- Specified by:
dirExistsin interfaceCodestartResource
-
getLanguageDirs
- Specified by:
getLanguageDirsin interfaceCodestartResource
-
getSource
- Specified by:
getSourcein interfaceCodestartResource
-
copyTo
- Specified by:
copyToin interfaceCodestartResource
-