org.apache.geronimo.plugin.packaging
Class MavenConfigStore
java.lang.Object
org.apache.geronimo.system.configuration.RepositoryConfigurationStore
org.apache.geronimo.plugin.packaging.MavenConfigStore
- All Implemented Interfaces:
- org.apache.geronimo.kernel.config.ConfigurationStore
- public class MavenConfigStore
- extends org.apache.geronimo.system.configuration.RepositoryConfigurationStore
Implementation of ConfigurationStore that loads Configurations from a repository.
This implementation is read-only on the assumption that a separate maven task will
handle installation of a built package into the repository.
- Version:
- $Rev: 396048 $ $Date: 2006-04-22 03:33:27 +0200 (Sat, 22 Apr 2006) $
Field Summary |
static org.apache.geronimo.gbean.GBeanInfo |
GBEAN_INFO
|
Fields inherited from class org.apache.geronimo.system.configuration.RepositoryConfigurationStore |
repository |
Constructor Summary |
MavenConfigStore(org.apache.geronimo.kernel.Kernel kernel,
java.lang.String objectName,
org.apache.geronimo.kernel.repository.WritableListableRepository repository)
|
MavenConfigStore(org.apache.geronimo.kernel.repository.WritableListableRepository repository)
|
Method Summary |
java.io.File |
createNewConfigurationDir(org.apache.geronimo.kernel.repository.Artifact configId)
|
static org.apache.geronimo.gbean.GBeanInfo |
getGBeanInfo()
|
void |
install(org.apache.geronimo.kernel.config.ConfigurationData configurationData)
|
java.util.List |
listConfigurations()
|
void |
uninstall(org.apache.geronimo.kernel.repository.Artifact configID)
|
Methods inherited from class org.apache.geronimo.system.configuration.RepositoryConfigurationStore |
containsConfiguration, exportConfiguration, getAbstractName, getObjectName, install, isInPlaceConfiguration, loadConfiguration, resolve |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GBEAN_INFO
public static final org.apache.geronimo.gbean.GBeanInfo GBEAN_INFO
MavenConfigStore
public MavenConfigStore(org.apache.geronimo.kernel.Kernel kernel,
java.lang.String objectName,
org.apache.geronimo.kernel.repository.WritableListableRepository repository)
MavenConfigStore
public MavenConfigStore(org.apache.geronimo.kernel.repository.WritableListableRepository repository)
createNewConfigurationDir
public java.io.File createNewConfigurationDir(org.apache.geronimo.kernel.repository.Artifact configId)
install
public void install(org.apache.geronimo.kernel.config.ConfigurationData configurationData)
throws java.io.IOException,
org.apache.geronimo.kernel.config.InvalidConfigException
- Throws:
java.io.IOException
org.apache.geronimo.kernel.config.InvalidConfigException
uninstall
public void uninstall(org.apache.geronimo.kernel.repository.Artifact configID)
throws org.apache.geronimo.kernel.config.NoSuchConfigException,
java.io.IOException
- Throws:
org.apache.geronimo.kernel.config.NoSuchConfigException
java.io.IOException
listConfigurations
public java.util.List listConfigurations()
getGBeanInfo
public static org.apache.geronimo.gbean.GBeanInfo getGBeanInfo()
Copyright © -2007 . All Rights Reserved.