Interface DefaultCodestartFileStrategyHandler
-
- All Superinterfaces:
CodestartFileStrategyHandler
public interface DefaultCodestartFileStrategyHandler extends CodestartFileStrategyHandler
-
-
Field Summary
-
Fields inherited from interface io.quarkus.devtools.codestarts.core.strategy.CodestartFileStrategyHandler
BY_NAME, DEFAULT_STRATEGY, SKIP_FILE_IDENTIFIER
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidcopyStaticFile(CodestartResource.Source source, Path targetPath)-
Methods inherited from interface io.quarkus.devtools.codestarts.core.strategy.CodestartFileStrategyHandler
checkNotEmptyCodestartFiles, checkTargetDoesNotExist, createDirectories, name, process, writeFile
-
-
-
-
Method Detail
-
copyStaticFile
void copyStaticFile(CodestartResource.Source source, Path targetPath) throws IOException
- Throws:
IOException
-
-