public enum RepoIndexerType extends java.lang.Enum<RepoIndexerType>
| Enum Constant and Description |
|---|
FILE
IndexFileIndexer
|
NONE
no indexer chosen
|
RPM
RPMIndexer
|
| Modifier and Type | Method and Description |
|---|---|
static RepoIndexerType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static RepoIndexerType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RepoIndexerType NONE
public static final RepoIndexerType FILE
public static final RepoIndexerType RPM
public static RepoIndexerType[] values()
for (RepoIndexerType c : RepoIndexerType.values()) System.out.println(c);
public static RepoIndexerType valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullCopyright © 2017-2020 Cinovo AG. All Rights Reserved.