Class M1ArtifactRecognizer

java.lang.Object
org.apache.maven.index.artifact.M1ArtifactRecognizer

@Deprecated public class M1ArtifactRecognizer extends Object
Deprecated.
Maven1 support to be dropped.
Utility methods for basic "detection" of artifact kind in M1 repository.
  • Constructor Details

    • M1ArtifactRecognizer

      public M1ArtifactRecognizer()
      Deprecated.
  • Method Details

    • isChecksum

      public static boolean isChecksum(String path)
      Deprecated.
      Is this item M1 Checksum?
    • isPom

      public static boolean isPom(String path)
      Deprecated.
      Is this item M1 POM?
    • isSnapshot

      public static boolean isSnapshot(String path)
      Deprecated.
      Is this item M1 snapshot?
    • isMetadata

      public static boolean isMetadata(String path)
      Deprecated.
      Is this item M1 metadata? There is no such!