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 thebuildTargetsproperty.
-
-
Constructor Summary
Constructors Constructor Description BuildDistribution()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleangetMergeModuleReadOnly()specify whether we want merge module to be read onlyMediasgetSuggestedMedias()Specify media settings for the distributionbooleangetWantCdRomInstaller()specify whether we want a cdrom installerbooleangetWantMergeModule()specify whether we want a merge modulebooleangetWantOptimizationByPlatformCdRom()specify whether we want optimization for Cd rombooleangetWantOptimizationByPlatformMerge()specify whether we want optimization for merge modulebooleangetWantOptimizationByPlatformWeb()specify whether we want optimization for web installerbooleangetWantWebInstaller()specify whether we want a web installerjava.lang.StringgetWebPageLanguage()specify web page language en or javoidsetMergeModuleReadOnly(boolean MergeModuleReadOnly)specify whether we want merge module to be read onlyvoidsetSuggestedMedias(Medias SuggestedMedias)Specify media settings for the distributionvoidsetWantCdRomInstaller(boolean WantCdRomInstaller)specify whether we want a cdrom installervoidsetWantMergeModule(boolean WantMergeModule)specify whether we want a merge modulevoidsetWantOptimizationByPlatformCdRom(boolean WantOptimizationByPlatformCdRom)specify whether we want optimization for Cd romvoidsetWantOptimizationByPlatformMerge(boolean WantOptimizationByPlatformMerge)specify whether we want optimization for merge modulevoidsetWantOptimizationByPlatformWeb(boolean WantOptimizationByPlatformWeb)specify whether we want optimization for web installervoidsetWantWebInstaller(boolean WantWebInstaller)specify whether we want a web installervoidsetWebPageLanguage(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
-
-