Class LicenseAgreementConsole
- java.lang.Object
-
- com.zerog.ia.auto.project.ProjectObject
-
- com.zerog.ia.auto.project.InstallableObject
-
- com.zerog.ia.auto.project.actions.Action
-
- com.zerog.ia.auto.project.console.LicenseAgreementConsole
-
- All Implemented Interfaces:
Referenceable
public final class LicenseAgreementConsole extends Action
Displays a license agreement for approval by the end user.
-
-
Constructor Summary
Constructors Constructor Description LicenseAgreementConsole()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetExistingFile()booleangetForceScroll()gets the setting of whether to force user to scroll through license agreementjava.lang.StringgetInstalledFile()The text source file.java.lang.StringgetPrompt()The panel's prompt to display.FileTypegetSourceFileType()The source file type.java.lang.StringgetTitle()The title of the panel.voidsetExistingFile(java.lang.String path)voidsetForceScroll(boolean value)sets the setting of whether to force user to scroll through license agreementvoidsetInstalledFile(java.lang.String path)The text source file.voidsetPrompt(java.lang.String Prompt)The panel's prompt to display.voidsetSourceFileType(FileType SourceFileType)The source file type.voidsetTitle(java.lang.String Title)The title of the panel.-
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
-
-
-
-
Method Detail
-
getExistingFile
public java.lang.String getExistingFile()
-
setExistingFile
public void setExistingFile(java.lang.String path)
-
setForceScroll
public void setForceScroll(boolean value)
sets the setting of whether to force user to scroll through license agreement
-
getForceScroll
public boolean getForceScroll()
gets the setting of whether to force user to scroll through license agreement
-
getTitle
public java.lang.String getTitle()
The title of the panel. Default is "License Agreement".
-
setTitle
public void setTitle(java.lang.String Title)
The title of the panel. Default is "License Agreement".
-
getPrompt
public java.lang.String getPrompt()
The panel's prompt to display. Default is "Installation and Use of $PRODUCT_NAME$ Requires Acceptance of the Following License Agreement:"
-
setPrompt
public void setPrompt(java.lang.String Prompt)
The panel's prompt to display. Default is "Installation and Use of $PRODUCT_NAME$ Requires Acceptance of the Following License Agreement:"
-
getSourceFileType
public FileType getSourceFileType()
The source file type. Defines if the source file should be bundled in to the installer or already exists on the end user's machine.
-
setSourceFileType
public void setSourceFileType(FileType SourceFileType)
The source file type. Defines if the source file should be bundled in to the installer or already exists on the end user's machine.
-
setInstalledFile
public void setInstalledFile(java.lang.String path)
The text source file. Supports the display of both HTML and plain text files.
-
getInstalledFile
public java.lang.String getInstalledFile()
The text source file. Supports the display of both HTML and plain text files.
-
-