public static enum Heroku.JarProperties extends Enum<Heroku.JarProperties>
Modifier and Type | Method and Description |
---|---|
static Properties |
getProperties() |
static String |
getProperty(String propName) |
static Heroku.JarProperties |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Heroku.JarProperties[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static Heroku.JarProperties[] values()
for (Heroku.JarProperties c : Heroku.JarProperties.values()) System.out.println(c);
public static Heroku.JarProperties 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 Properties getProperties()
Copyright © 2017. All rights reserved.