Package org.apache.maven.index.artifact
Class M1ArtifactRecognizer
- java.lang.Object
-
- org.apache.maven.index.artifact.M1ArtifactRecognizer
-
public class M1ArtifactRecognizer extends java.lang.ObjectUtility methods for basic "detection" of artifact kind in M1 repository.
-
-
Constructor Summary
Constructors Constructor Description M1ArtifactRecognizer()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static booleanisChecksum(java.lang.String path)Is this item M1 Checksum?static booleanisMetadata(java.lang.String path)Is this item M1 metadata? There is no such!static booleanisPom(java.lang.String path)Is this item M1 POM?static booleanisSnapshot(java.lang.String path)Is this item M1 snapshot?
-
-
-
Method Detail
-
isChecksum
public static boolean isChecksum(java.lang.String path)
Is this item M1 Checksum?
-
isPom
public static boolean isPom(java.lang.String path)
Is this item M1 POM?
-
isSnapshot
public static boolean isSnapshot(java.lang.String path)
Is this item M1 snapshot?
-
isMetadata
public static boolean isMetadata(java.lang.String path)
Is this item M1 metadata? There is no such!
-
-