public class PortletArchiveBuilder extends AbstractModelElementFactory<PortletArchive>
| Modifier and Type | Method and Description |
|---|---|
static PortletArchiveBuilder |
fromEar(com.xebialabs.deployit.plugin.was.deployed.ExtensibleDeployedArtifact artifactToInstall) |
static PortletArchiveBuilder |
fromWar(com.xebialabs.deployit.plugin.was.deployed.ExtensibleDeployedArtifact artifactToInstall) |
protected java.lang.String |
getApplicationInstallDirectory() |
PortletArchive |
toModel() |
toStringpublic static PortletArchiveBuilder fromEar(com.xebialabs.deployit.plugin.was.deployed.ExtensibleDeployedArtifact artifactToInstall)
public static PortletArchiveBuilder fromWar(com.xebialabs.deployit.plugin.was.deployed.ExtensibleDeployedArtifact artifactToInstall)
protected java.lang.String getApplicationInstallDirectory()
public PortletArchive toModel()
toModel in class AbstractModelElementFactory<PortletArchive>