@Generated(value="jsii-pacmak/1.47.0 (build 86d2c33)", date="2021-12-20T00:39:28.409Z") @Stability(value=Experimental) public enum InitProjectOptionHints extends Enum<InitProjectOptionHints>
Does not apply to projenrc.json files.
| Enum Constant and Description |
|---|
ALL
(experimental) Display all possible options (grouped by which interface they belong to).
|
FEATURED
(experimental) Display only featured options, in alphabetical order.
|
NONE
(experimental) Display no extra options.
|
| Modifier and Type | Method and Description |
|---|---|
static InitProjectOptionHints |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static InitProjectOptionHints[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
@Stability(value=Experimental) public static final InitProjectOptionHints ALL
@Stability(value=Experimental) public static final InitProjectOptionHints FEATURED
@Stability(value=Experimental) public static final InitProjectOptionHints NONE
public static InitProjectOptionHints[] values()
for (InitProjectOptionHints c : InitProjectOptionHints.values()) System.out.println(c);
public static InitProjectOptionHints 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 nullCopyright © 2021. All rights reserved.