Package io.openliberty.tools.ant.install
Class WasDevInstaller
- java.lang.Object
-
- io.openliberty.tools.ant.install.WasDevInstaller
-
-
Constructor Summary
Constructors Constructor Description WasDevInstaller()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetLicenseCode()StringgetType()StringgetVersion()voidinstall(InstallLibertyTask task)voidsetLicenseCode(String licenseCode)voidsetType(String type)voidsetVersion(String version)
-
-
-
Method Detail
-
getLicenseCode
public String getLicenseCode()
-
setLicenseCode
public void setLicenseCode(String licenseCode)
-
getVersion
public String getVersion()
-
setVersion
public void setVersion(String version)
-
getType
public String getType()
-
setType
public void setType(String type)
-
install
public void install(InstallLibertyTask task) throws Exception
-
-