public class Profile extends Object
Modifier and Type | Class and Description |
---|---|
static class |
Profile.Feature |
static class |
Profile.Type |
Modifier and Type | Method and Description |
---|---|
static Set<Profile.Feature> |
getDisabledFeatures() |
static Set<Profile.Feature> |
getExperimentalFeatures() |
static String |
getName() |
static Set<Profile.Feature> |
getPreviewFeatures() |
static void |
init() |
static boolean |
isFeatureEnabled(Profile.Feature feature) |
public static void init()
public static String getName()
public static Set<Profile.Feature> getDisabledFeatures()
public static Set<Profile.Feature> getPreviewFeatures()
public static Set<Profile.Feature> getExperimentalFeatures()
public static boolean isFeatureEnabled(Profile.Feature feature)
Copyright © 2019 JBoss by Red Hat. All rights reserved.