Package org.eolang.maven.dependencies
Class DcsWithoutRuntime
- java.lang.Object
-
- org.eolang.maven.dependencies.DcsWithoutRuntime
-
- All Implemented Interfaces:
Iterable<org.apache.maven.model.Dependency>
public final class DcsWithoutRuntime extends Object implements Iterable<org.apache.maven.model.Dependency>
Remove runtime dependency from the list of dependencies, if it is present there. Useful for the "eo-runtime" module compilation.- Since:
- 0.29
-
-
Constructor Summary
Constructors Constructor Description DcsWithoutRuntime(Iterable<? extends org.apache.maven.model.Dependency> decoratee)
Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Iterator<org.apache.maven.model.Dependency>
iterator()
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
-
-
-
Constructor Detail
-
DcsWithoutRuntime
public DcsWithoutRuntime(Iterable<? extends org.apache.maven.model.Dependency> decoratee)
Constructor.- Parameters:
decoratee
- Dependencies delegate.
-
-