public class DomainInfo extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
appdir |
protected TemplateRef |
domainTemplateRef |
protected String |
javahome |
protected String |
mwhome |
| Constructor and Description |
|---|
DomainInfo() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAppdir()
Gets the value of the appdir property.
|
TemplateRef |
getDomainTemplateRef()
Gets the value of the domainTemplateRef property.
|
String |
getJavahome()
Gets the value of the javahome property.
|
String |
getMwhome()
Gets the value of the mwhome property.
|
void |
setAppdir(String value)
Sets the value of the appdir property.
|
void |
setDomainTemplateRef(TemplateRef value)
Sets the value of the domainTemplateRef property.
|
void |
setJavahome(String value)
Sets the value of the javahome property.
|
void |
setMwhome(String value)
Sets the value of the mwhome property.
|
protected TemplateRef domainTemplateRef
protected String appdir
protected String javahome
protected String mwhome
public TemplateRef getDomainTemplateRef()
TemplateRefpublic void setDomainTemplateRef(TemplateRef value)
value - allowed object is
TemplateRefpublic String getAppdir()
Stringpublic void setAppdir(String value)
value - allowed object is
Stringpublic String getJavahome()
Stringpublic void setJavahome(String value)
value - allowed object is
Stringpublic String getMwhome()
StringCopyright © 2017–2020 Eclipse Foundation. All rights reserved.