org.apache.geronimo.farm.deployment
Class BasicConfigurationNameBuilder
java.lang.Object
org.apache.geronimo.farm.deployment.BasicConfigurationNameBuilder
- All Implemented Interfaces:
- ConfigurationNameBuilder
public class BasicConfigurationNameBuilder
- extends Object
- implements ConfigurationNameBuilder
- Version:
- $Rev:$ $Date:$
|
Method Summary |
org.apache.geronimo.kernel.repository.Artifact |
buildMasterConfigurationName(org.apache.geronimo.kernel.repository.Artifact configId)
|
org.apache.geronimo.kernel.repository.Artifact |
buildSlaveConfigurationName(org.apache.geronimo.kernel.repository.Artifact configId)
|
boolean |
isMasterConfigurationName(org.apache.geronimo.kernel.repository.Artifact configId)
|
protected org.apache.geronimo.kernel.repository.Artifact |
newArtifact(org.apache.geronimo.kernel.repository.Artifact configId,
String artifactId)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BasicConfigurationNameBuilder
public BasicConfigurationNameBuilder()
buildMasterConfigurationName
public org.apache.geronimo.kernel.repository.Artifact buildMasterConfigurationName(org.apache.geronimo.kernel.repository.Artifact configId)
- Specified by:
buildMasterConfigurationName in interface ConfigurationNameBuilder
buildSlaveConfigurationName
public org.apache.geronimo.kernel.repository.Artifact buildSlaveConfigurationName(org.apache.geronimo.kernel.repository.Artifact configId)
- Specified by:
buildSlaveConfigurationName in interface ConfigurationNameBuilder
isMasterConfigurationName
public boolean isMasterConfigurationName(org.apache.geronimo.kernel.repository.Artifact configId)
- Specified by:
isMasterConfigurationName in interface ConfigurationNameBuilder
newArtifact
protected org.apache.geronimo.kernel.repository.Artifact newArtifact(org.apache.geronimo.kernel.repository.Artifact configId,
String artifactId)
Copyright © 2003-2013 The Apache Geronimo development community. All Rights Reserved.