public enum MvnArtifactType extends Enum<MvnArtifactType>
| Enum Constant and Description |
|---|
JAR |
JAR_ASC |
JAR_SHA1 |
JAVADOC |
JAVADOC_ASC |
JAVADOC_SHA1 |
MAVEN_METADATA_LOCAL |
POM |
POM_ASC |
POM_SHA1 |
REMOTE_REPOSITORIES |
SOURCES |
SOURCES_ASC |
SOURCES_SHA1 |
| Modifier and Type | Method and Description |
|---|---|
static NOptional<MvnArtifactType> |
byFile(String file) |
int |
uploadPrio() |
static MvnArtifactType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MvnArtifactType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MvnArtifactType JAR
public static final MvnArtifactType JAR_SHA1
public static final MvnArtifactType JAR_ASC
public static final MvnArtifactType SOURCES
public static final MvnArtifactType SOURCES_SHA1
public static final MvnArtifactType SOURCES_ASC
public static final MvnArtifactType JAVADOC
public static final MvnArtifactType JAVADOC_SHA1
public static final MvnArtifactType JAVADOC_ASC
public static final MvnArtifactType POM
public static final MvnArtifactType POM_SHA1
public static final MvnArtifactType POM_ASC
public static final MvnArtifactType REMOTE_REPOSITORIES
public static final MvnArtifactType MAVEN_METADATA_LOCAL
public static MvnArtifactType[] values()
for (MvnArtifactType c : MvnArtifactType.values()) System.out.println(c);
public static MvnArtifactType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic static NOptional<MvnArtifactType> byFile(String file)
public int uploadPrio()
Copyright © 2026 vpc open source initiative. All rights reserved.