Package org.apache.maven.index.artifact
Class M1ArtifactRecognizer
java.lang.Object
org.apache.maven.index.artifact.M1ArtifactRecognizer
Deprecated.
Maven1 support to be dropped.
Utility methods for basic "detection" of artifact kind in M1 repository.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic boolean
isChecksum
(String path) Deprecated.Is this item M1 Checksum?static boolean
isMetadata
(String path) Deprecated.Is this item M1 metadata? There is no such!static boolean
Deprecated.Is this item M1 POM?static boolean
isSnapshot
(String path) Deprecated.Is this item M1 snapshot?
-
Constructor Details
-
M1ArtifactRecognizer
public M1ArtifactRecognizer()Deprecated.
-
-
Method Details
-
isChecksum
Deprecated.Is this item M1 Checksum? -
isPom
Deprecated.Is this item M1 POM? -
isSnapshot
Deprecated.Is this item M1 snapshot? -
isMetadata
Deprecated.Is this item M1 metadata? There is no such!
-