@ApplicationScoped public class ExternalComponentLoaderImpl extends Object implements ExternalComponentLoader
| Modifier and Type | Field and Description |
|---|---|
static String |
DESCRIPTOR_FILE |
static String |
EXTERNAL_COMP_DIR_PROP |
static String |
EXTERNAL_COMP_ENABLE_PROP |
| Constructor and Description |
|---|
ExternalComponentLoaderImpl() |
| Modifier and Type | Method and Description |
|---|---|
String |
getExternalComponentsDir() |
void |
init() |
boolean |
isEnabled() |
List<ExternalComponent> |
load() |
public static final String EXTERNAL_COMP_DIR_PROP
public static final String EXTERNAL_COMP_ENABLE_PROP
public static final String DESCRIPTOR_FILE
@PostConstruct public void init()
public List<ExternalComponent> load()
load in interface ExternalComponentLoaderpublic String getExternalComponentsDir()
getExternalComponentsDir in interface ExternalComponentLoaderpublic boolean isEnabled()
isEnabled in interface ExternalComponentLoaderCopyright © 2012–2020 JBoss by Red Hat. All rights reserved.