public interface AddonRepository
Addon installation/registration operations.| Modifier and Type | Method and Description |
|---|---|
File |
getAddonBaseDir(AddonId addon)
Get the base installation directory of the given
AddonId. |
Set<AddonDependencyEntry> |
getAddonDependencies(AddonId addon)
|
File |
getAddonDescriptor(AddonId addon)
Get the addon descriptor file for the given
AddonId. |
List<File> |
getAddonResources(AddonId addon)
Get a list of all local resources for the given
AddonId. |
Date |
getLastModified()
Returns the last modified date of this
AddonRepository. |
File |
getRootDirectory()
Get the root directory of this
AddonRepository. |
int |
getVersion()
Returns the runtime change version of this
AddonRepository. |
boolean |
isDeployed(AddonId addon)
|
boolean |
isEnabled(AddonId addon)
|
List<AddonId> |
listEnabled()
|
List<AddonId> |
listEnabledCompatibleWithVersion(Version version)
|
File getAddonBaseDir(AddonId addon)
AddonId.Set<AddonDependencyEntry> getAddonDependencies(AddonId addon)
File getAddonDescriptor(AddonId addon)
AddonId.List<File> getAddonResources(AddonId addon)
AddonId.File getRootDirectory()
AddonRepository.boolean isDeployed(AddonId addon)
boolean isEnabled(AddonId addon)
Date getLastModified()
AddonRepository.int getVersion()
AddonRepository.Copyright © 2014 JBoss by Red Hat. All rights reserved.