Class DockerComposeCodestartFileStrategyHandler
java.lang.Object
io.quarkus.devtools.codestarts.core.strategy.DockerComposeCodestartFileStrategyHandler
- All Implemented Interfaces:
CodestartFileStrategyHandler
public class DockerComposeCodestartFileStrategyHandler
extends Object
implements CodestartFileStrategyHandler
-
Field Summary
Fields inherited from interface io.quarkus.devtools.codestarts.core.strategy.CodestartFileStrategyHandler
BY_NAME, DEFAULT_STRATEGY, SKIP_FILE_IDENTIFIER -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.quarkus.devtools.codestarts.core.strategy.CodestartFileStrategyHandler
checkNotEmptyCodestartFiles, checkTargetDoesNotExist, createDirectories
-
Constructor Details
-
DockerComposeCodestartFileStrategyHandler
public DockerComposeCodestartFileStrategyHandler()
-
-
Method Details
-
name
- Specified by:
namein interfaceCodestartFileStrategyHandler
-
process
public void process(Path targetDirectory, String relativePath, List<TargetFile> codestartFiles, Map<String, Object> data) throws IOException- Specified by:
processin interfaceCodestartFileStrategyHandler- Throws:
IOException
-
writeFile
- Specified by:
writeFilein interfaceCodestartFileStrategyHandler- Throws:
IOException
-