public static enum Repository.Layout extends Enum<Repository.Layout>
Modifier and Type | Method and Description |
---|---|
boolean |
hasArtifacts() |
boolean |
hasMetadata() |
String |
toString() |
static Repository.Layout |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Repository.Layout[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Repository.Layout BOTH
public static final Repository.Layout METADATA
public static final Repository.Layout ARTIFACTS
public static Repository.Layout[] values()
for (Repository.Layout c : Repository.Layout.values()) System.out.println(c);
public static Repository.Layout 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 boolean hasMetadata()
public boolean hasArtifacts()
public String toString()
toString
in class Enum<Repository.Layout>
Copyright © 2010-2015 Eclipse Foundation. All Rights Reserved.