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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic booleanisChecksum(String path) Deprecated.Is this item M1 Checksum?static booleanisMetadata(String path) Deprecated.Is this item M1 metadata? There is no such!static booleanDeprecated.Is this item M1 POM?static booleanisSnapshot(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!
-