| Package | Description |
|---|---|
| org.jboss.forge.furnace.addons | |
| org.jboss.forge.furnace.repositories |
| Modifier and Type | Method and Description |
|---|---|
static AddonId |
AddonId.from(String name,
String version) |
static AddonId |
AddonId.from(String name,
String version,
String apiVersion) |
static AddonId |
AddonId.from(String name,
Version version) |
static AddonId |
AddonId.from(String name,
Version version,
Version apiVersion) |
static AddonId |
AddonId.fromCoordinates(String coordinates) |
AddonId |
Addon.getId()
Get the ID of this
Addon. |
| Modifier and Type | Method and Description |
|---|---|
int |
AddonId.compareTo(AddonId other) |
Addon |
AddonView.getAddon(AddonId id)
|
| Modifier and Type | Method and Description |
|---|---|
List<AddonId> |
AddonRepository.listEnabled()
|
List<AddonId> |
AddonRepository.listEnabledCompatibleWithVersion(Version version)
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
MutableAddonRepository.deploy(AddonId addon,
Iterable<AddonDependencyEntry> dependencies,
Iterable<File> resourceJars) |
boolean |
MutableAddonRepository.disable(AddonId addon) |
boolean |
MutableAddonRepository.enable(AddonId addon) |
File |
AddonRepository.getAddonBaseDir(AddonId addon)
Get the base installation directory of the given
AddonId. |
Set<AddonDependencyEntry> |
AddonRepository.getAddonDependencies(AddonId addon)
|
File |
AddonRepository.getAddonDescriptor(AddonId addon)
Get the addon descriptor file for the given
AddonId. |
List<File> |
AddonRepository.getAddonResources(AddonId addon)
Get a list of all local resources for the given
AddonId. |
boolean |
AddonRepository.isDeployed(AddonId addon)
|
boolean |
AddonRepository.isEnabled(AddonId addon)
|
boolean |
MutableAddonRepository.undeploy(AddonId addonEntry) |
Copyright © 2014 JBoss by Red Hat. All rights reserved.