Package com.zerog.ia.auto.project
Class BuildDistribution
- java.lang.Object
-
- com.zerog.ia.auto.project.ProjectObject
-
- com.zerog.ia.auto.project.BuildDistribution
-
- All Implemented Interfaces:
Referenceable
public final class BuildDistribution extends ProjectObject
Defines which target platforms and types of distribution to build the installer.
Installers may be created either with a defined Java virtual machine bundled with it, or without a Java VM. The target platforms and whether or not to bundle a Java VM settings can be defined in thebuildTargets
property.
-
-
Constructor Summary
Constructors Constructor Description BuildDistribution()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
getMergeModuleReadOnly()
specify whether we want merge module to be read onlyMedias
getSuggestedMedias()
Specify media settings for the distributionboolean
getWantCdRomInstaller()
specify whether we want a cdrom installerboolean
getWantMergeModule()
specify whether we want a merge moduleboolean
getWantOptimizationByPlatformCdRom()
specify whether we want optimization for Cd romboolean
getWantOptimizationByPlatformMerge()
specify whether we want optimization for merge moduleboolean
getWantOptimizationByPlatformWeb()
specify whether we want optimization for web installerboolean
getWantWebInstaller()
specify whether we want a web installerjava.lang.String
getWebPageLanguage()
specify web page language en or javoid
setMergeModuleReadOnly(boolean MergeModuleReadOnly)
specify whether we want merge module to be read onlyvoid
setSuggestedMedias(Medias SuggestedMedias)
Specify media settings for the distributionvoid
setWantCdRomInstaller(boolean WantCdRomInstaller)
specify whether we want a cdrom installervoid
setWantMergeModule(boolean WantMergeModule)
specify whether we want a merge modulevoid
setWantOptimizationByPlatformCdRom(boolean WantOptimizationByPlatformCdRom)
specify whether we want optimization for Cd romvoid
setWantOptimizationByPlatformMerge(boolean WantOptimizationByPlatformMerge)
specify whether we want optimization for merge modulevoid
setWantOptimizationByPlatformWeb(boolean WantOptimizationByPlatformWeb)
specify whether we want optimization for web installervoid
setWantWebInstaller(boolean WantWebInstaller)
specify whether we want a web installervoid
setWebPageLanguage(java.lang.String WebPageLanguage)
specify web page language en or ja-
Methods inherited from class com.zerog.ia.auto.project.ProjectObject
equals, getReferenceID, hashCode, setReferenceID
-
-
-
-
Method Detail
-
getWantCdRomInstaller
public boolean getWantCdRomInstaller()
specify whether we want a cdrom installer
-
setWantCdRomInstaller
public void setWantCdRomInstaller(boolean WantCdRomInstaller)
specify whether we want a cdrom installer
-
getWantWebInstaller
public boolean getWantWebInstaller()
specify whether we want a web installer
-
setWantWebInstaller
public void setWantWebInstaller(boolean WantWebInstaller)
specify whether we want a web installer
-
getWantMergeModule
public boolean getWantMergeModule()
specify whether we want a merge module
-
setWantMergeModule
public void setWantMergeModule(boolean WantMergeModule)
specify whether we want a merge module
-
getWantOptimizationByPlatformCdRom
public boolean getWantOptimizationByPlatformCdRom()
specify whether we want optimization for Cd rom
-
setWantOptimizationByPlatformCdRom
public void setWantOptimizationByPlatformCdRom(boolean WantOptimizationByPlatformCdRom)
specify whether we want optimization for Cd rom
-
getWantOptimizationByPlatformWeb
public boolean getWantOptimizationByPlatformWeb()
specify whether we want optimization for web installer
-
setWantOptimizationByPlatformWeb
public void setWantOptimizationByPlatformWeb(boolean WantOptimizationByPlatformWeb)
specify whether we want optimization for web installer
-
getWantOptimizationByPlatformMerge
public boolean getWantOptimizationByPlatformMerge()
specify whether we want optimization for merge module
-
setWantOptimizationByPlatformMerge
public void setWantOptimizationByPlatformMerge(boolean WantOptimizationByPlatformMerge)
specify whether we want optimization for merge module
-
getMergeModuleReadOnly
public boolean getMergeModuleReadOnly()
specify whether we want merge module to be read only
-
setMergeModuleReadOnly
public void setMergeModuleReadOnly(boolean MergeModuleReadOnly)
specify whether we want merge module to be read only
-
getWebPageLanguage
public java.lang.String getWebPageLanguage()
specify web page language en or ja
-
setWebPageLanguage
public void setWebPageLanguage(java.lang.String WebPageLanguage)
specify web page language en or ja
-
getSuggestedMedias
public Medias getSuggestedMedias()
Specify media settings for the distribution
-
setSuggestedMedias
public void setSuggestedMedias(Medias SuggestedMedias)
Specify media settings for the distribution
-
-