Package org.eolang.maven
Class CopiedResources
- java.lang.Object
-
- org.eolang.maven.CopiedResources
-
- All Implemented Interfaces:
BiConsumer<Path,Path>
public final class CopiedResources extends Object implements BiConsumer<Path,Path>
Copied resources via maven-resources-plugin.- Since:
- 0.33.0
-
-
Constructor Summary
Constructors Constructor Description CopiedResources(org.apache.maven.project.MavenProject project, org.apache.maven.execution.MavenSession session, org.apache.maven.plugin.BuildPluginManager manager)
Ctor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
accept(Path sources, Path destination)
BiConsumer<Path,Path>
andThen(BiConsumer<? super Path,? super Path> after)
-
-
-
Constructor Detail
-
CopiedResources
public CopiedResources(org.apache.maven.project.MavenProject project, org.apache.maven.execution.MavenSession session, org.apache.maven.plugin.BuildPluginManager manager)
Ctor.- Parameters:
project
- Maven project.session
- Maven session.manager
- Maven build manager.
-
-
Method Detail
-
accept
public void accept(Path sources, Path destination)
- Specified by:
accept
in interfaceBiConsumer<Path,Path>
-
andThen
public BiConsumer<Path,Path> andThen(BiConsumer<? super Path,? super Path> after)
- Specified by:
andThen
in interfaceBiConsumer<Path,Path>
-
-