Class SurefireDependencyResolver.RuntimeArtifactFilter

  • All Implemented Interfaces:
    org.apache.maven.artifact.resolver.filter.ArtifactFilter
    Enclosing class:
    SurefireDependencyResolver

    static class SurefireDependencyResolver.RuntimeArtifactFilter
    extends java.lang.Object
    implements org.apache.maven.artifact.resolver.filter.ArtifactFilter
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private static java.util.Collection<java.lang.String> SCOPES  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean include​(org.apache.maven.artifact.Artifact artifact)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • SCOPES

        private static final java.util.Collection<java.lang.String> SCOPES
    • Constructor Detail

      • RuntimeArtifactFilter

        RuntimeArtifactFilter()
    • Method Detail

      • include

        public boolean include​(org.apache.maven.artifact.Artifact artifact)
        Specified by:
        include in interface org.apache.maven.artifact.resolver.filter.ArtifactFilter