@Metadata(root=NESTED,
description="A virtual portal that runs on top of WebSphere Portal server.",
virtual=false)
public class VirtualPortal
extends com.xebialabs.deployit.plugin.api.udm.base.BaseContainer
implements WpContainer
WpRuntimeContainer.| Constructor and Description |
|---|
VirtualPortal() |
| Modifier and Type | Method and Description |
|---|---|
WpRuntimeContainer |
getRuntimeContainer()
Get the reference to the underlying runtime container.
|
java.lang.String |
getWpConfigUrl()
Get the configuration URL for this container.
|
WpRuntimeContainer |
getWpRuntime() |
java.lang.String |
getWpVirtualPortalName() |
void |
setWpRuntime(WpRuntimeContainer wpRuntime) |
void |
setWpVirtualPortalName(java.lang.String wpVirtualPortalName) |
getTags, setTagscompareTo, equals, get$token, getId, getName, getProperty, getPropertyDescriptor, getSyntheticProperties, getSyntheticProperty, getType, hashCode, hasProperty, hasSyntheticProperty, putSyntheticProperties, putSyntheticProperty, set$token, setId, setProperty, setSyntheticProperties, setType, toStringpublic WpRuntimeContainer getWpRuntime()
public java.lang.String getWpVirtualPortalName()
public void setWpRuntime(WpRuntimeContainer wpRuntime)
wpRuntime - the wpRuntime to setpublic void setWpVirtualPortalName(java.lang.String wpVirtualPortalName)
wpVirtualPortalName - the wpVirtualPortalName to setpublic java.lang.String getWpConfigUrl()
getWpConfigUrl in interface WpContainerpublic WpRuntimeContainer getRuntimeContainer()
getRuntimeContainer in interface WpContainer