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 SummaryConstructors
- 
Method SummaryModifier 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- 
M1ArtifactRecognizerpublic M1ArtifactRecognizer()Deprecated.
 
- 
- 
Method Details- 
isChecksumDeprecated.Is this item M1 Checksum?
- 
isPomDeprecated.Is this item M1 POM?
- 
isSnapshotDeprecated.Is this item M1 snapshot?
- 
isMetadataDeprecated.Is this item M1 metadata? There is no such!
 
-