com.xebialabs.deployit.service.importer.reader
Class DeployableConfigurationItemReader
java.lang.Object
com.xebialabs.deployit.service.importer.reader.DeployableConfigurationItemReader
public class DeployableConfigurationItemReader
- extends java.lang.Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DeployableConfigurationItemReader
public DeployableConfigurationItemReader(DeployitJarManifest manifest)
readMiddlewareConfiguration
public com.xebialabs.deployit.plugin.api.udm.Deployable readMiddlewareConfiguration(com.xebialabs.deployit.plugin.api.udm.DeploymentPackage deploymentPackage,
ManifestEntry entry)
isMiddlewareResource
public boolean isMiddlewareResource(ManifestEntry entry)
readArtifact
public com.xebialabs.deployit.plugin.api.udm.DeployableArtifact readArtifact(com.xebialabs.deployit.plugin.api.udm.DeploymentPackage deploymentPackage,
com.xebialabs.deployit.server.api.importer.ImportSource source,
ManifestEntry entry,
com.xebialabs.deployit.server.api.importer.ImportingContext ctx)
getDeployableNameFromEntryName
protected static java.lang.String getDeployableNameFromEntryName(java.lang.String entryName)