Class 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 Detail

      • DcsWithoutRuntime

        public DcsWithoutRuntime​(Iterable<? extends org.apache.maven.model.Dependency> decoratee)
        Constructor.
        Parameters:
        decoratee - Dependencies delegate.
    • Method Detail

      • iterator

        public Iterator<org.apache.maven.model.Dependency> iterator()
        Specified by:
        iterator in interface Iterable<org.apache.maven.model.Dependency>