Package io.quarkus.devtools.codestarts
Class CodestartResource.Source
- java.lang.Object
-
- io.quarkus.devtools.codestarts.CodestartResource.Source
-
- Enclosing interface:
- CodestartResource
public static class CodestartResource.Source extends Object
-
-
Constructor Summary
Constructors Constructor Description Source(CodestartResource resource, String languageDir, String path)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringabsolutePath()PathcopyTo(Path target, CopyOption... copyOptions)CodestartResourcegetCodestartResource()StringgetFileDir()StringgetFileName()StringgetLanguageDir()Stringpath()StringpathInCodestart()Stringread()
-
-
-
Constructor Detail
-
Source
public Source(CodestartResource resource, String languageDir, String path)
-
-
Method Detail
-
getCodestartResource
public CodestartResource getCodestartResource()
-
getLanguageDir
public String getLanguageDir()
-
getFileName
public String getFileName()
-
getFileDir
public String getFileDir()
-
path
public String path()
-
read
public String read()
-
copyTo
public Path copyTo(Path target, CopyOption... copyOptions)
-
pathInCodestart
public String pathInCodestart()
-
absolutePath
public String absolutePath()
-
-