public interface ComponentLoader
| Modifier and Type | Field and Description |
|---|---|
static String |
DESCRIPTOR_FILE |
| Modifier and Type | Method and Description |
|---|---|
String |
getExternalComponentsDir()
The filesystem directory for external components.
|
String |
getProvidedComponentsPath()
The internal path for provided components.
|
boolean |
isExternalComponentsEnabled() |
List<ExternalComponent> |
loadExternal()
Load the list of components externally created by users .
|
List<ExternalComponent> |
loadProvided()
Load external components that are provided (built-in) by Dashbuilder.
|
static final String DESCRIPTOR_FILE
List<ExternalComponent> loadExternal()
List<ExternalComponent> loadProvided()
String getExternalComponentsDir()
String getProvidedComponentsPath()
boolean isExternalComponentsEnabled()
Copyright © 2012–2021 JBoss by Red Hat. All rights reserved.