public interface AddonRepository
Addon installation/registration operations.| Modifier and Type | Method and Description |
|---|---|
File |
getAddonBaseDir(AddonId addon) |
Set<AddonDependencyEntry> |
getAddonDependencies(AddonId addon) |
File |
getAddonDescriptor(AddonId addon) |
List<File> |
getAddonResources(AddonId addon) |
Date |
getLastModified() |
File |
getRootDirectory() |
int |
getVersion() |
boolean |
isDeployed(AddonId addon) |
boolean |
isEnabled(AddonId addon) |
List<AddonId> |
listEnabled() |
List<AddonId> |
listEnabledCompatibleWithVersion(Version version) |
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.