public class M1ArtifactRecognizer extends Object
Constructor and Description |
---|
M1ArtifactRecognizer() |
Modifier and Type | Method and Description |
---|---|
static boolean |
isChecksum(String path)
Is this item M1 Checksum?
|
static boolean |
isMetadata(String path)
Is this item M1 metadata?
|
static boolean |
isPom(String path)
Is this item M1 POM?
|
static boolean |
isSnapshot(String path)
Is this item M1 snapshot?
|
public static boolean isChecksum(String path)
public static boolean isPom(String path)
public static boolean isSnapshot(String path)
public static boolean isMetadata(String path)
Copyright © 2002–2017 The Apache Software Foundation. All rights reserved.