Class PurgeLocalRepositoryMojo.SnapshotsFilter

  • All Implemented Interfaces:
    org.apache.maven.shared.artifact.filter.resolve.TransformableFilter
    Enclosing class:
    PurgeLocalRepositoryMojo

    private static class PurgeLocalRepositoryMojo.SnapshotsFilter
    extends org.apache.maven.shared.artifact.filter.resolve.AbstractFilter
    Includes only snapshot artifacts
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private SnapshotsFilter()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean accept​(org.apache.maven.shared.artifact.filter.resolve.Node node, java.util.List<org.apache.maven.shared.artifact.filter.resolve.Node> parents)  
      • Methods inherited from class org.apache.maven.shared.artifact.filter.resolve.AbstractFilter

        transform
      • Methods inherited from class java.lang.Object

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

      • SnapshotsFilter

        private SnapshotsFilter()
    • Method Detail

      • accept

        public boolean accept​(org.apache.maven.shared.artifact.filter.resolve.Node node,
                              java.util.List<org.apache.maven.shared.artifact.filter.resolve.Node> parents)
        Specified by:
        accept in class org.apache.maven.shared.artifact.filter.resolve.AbstractFilter