Package com.zerog.ia.auto.project
Class Billboard
- java.lang.Object
-
- com.zerog.ia.auto.project.ProjectObject
-
- com.zerog.ia.auto.project.InstallableObject
-
- com.zerog.ia.auto.project.Billboard
-
- All Implemented Interfaces:
Referenceable
public final class Billboard extends InstallableObject
Billboards are images that appear in the large right hand pane of the installer while files are being installed.Several billboard graphics may be added for larger (and longer) installations. For small installations only one billboard will show.
Billboards may also be assigned to features, and will only be displayed if the feature they are associated with installs.
-
-
Constructor Summary
Constructors Constructor Description Billboard()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getImage()
The path of the billboard image file.void
setImage(java.lang.String path)
The path of the billboard image file.-
Methods inherited from class com.zerog.ia.auto.project.InstallableObject
getBelongsToUninstallPhase, getRollbackEnabledCancel, getRollbackEnabledError, getRuleExpression, getRules, getRulesLogicalOperation, getTagsInInstallPiece, setBelongsToUninstallPhase, setRollbackEnabledCancel, setRollbackEnabledError, setRuleExpression, setRulesLogicalOperation, setTagsInInstallPiece
-
Methods inherited from class com.zerog.ia.auto.project.ProjectObject
equals, getReferenceID, hashCode, setReferenceID
-
-