public final class Environment extends Object
| Constructor and Description |
|---|
Environment() |
| Modifier and Type | Method and Description |
|---|---|
static Optional<String> |
getBuiltTimeProperty(String name) |
static String |
getCommand() |
static String |
getConfigArgs() |
static String |
getHomeDir() |
static String |
getProfile() |
static String |
getProfileOrDefault(String defaultProfile) |
static boolean |
isDevMode() |
static Boolean |
isRebuild() |
static boolean |
isWindows() |
public static Boolean isRebuild()
public static String getHomeDir()
public static String getCommand()
public static String getConfigArgs()
public static String getProfile()
public static boolean isDevMode()
public static boolean isWindows()
Copyright © 2021 JBoss by Red Hat. All rights reserved.