Class ScopeArtifactFilter

  • All Implemented Interfaces:
    ArtifactFilter

    public class ScopeArtifactFilter
    extends java.lang.Object
    implements ArtifactFilter
    Filter to only retain objects in the given scope or better.
    Version:
    $Id: ScopeArtifactFilter.java 495147 2007-01-11 07:47:53Z jvanzyl $
    Author:
    Brett Porter
    • Constructor Summary

      Constructors 
      Constructor Description
      ScopeArtifactFilter​(java.lang.String scope)  
    • Method Summary

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

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

      • ScopeArtifactFilter

        public ScopeArtifactFilter​(java.lang.String scope)