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 $
    • Field Detail

      • compileScope

        private final boolean compileScope
      • runtimeScope

        private final boolean runtimeScope
      • testScope

        private final boolean testScope
      • providedScope

        private final boolean providedScope
      • systemScope

        private final boolean systemScope
    • Constructor Detail

      • ScopeArtifactFilter

        public ScopeArtifactFilter​(java.lang.String scope)