public class Dmg extends AbstractUnixSetupTask
| Constructor and Description |
|---|
Dmg()
Create the task.
|
| Modifier and Type | Method and Description |
|---|---|
void |
build()
The platform depending build.
|
void |
conclusionPage(java.lang.Object conclusionPage)
Set the welcome page
Allowed Format: rtf, rtfd, txt, html
|
java.io.File |
getBackgroundImage()
Return background Image for Finder View
|
OSXCodeSign<Dmg,SetupBuilder> |
getCodeSign()
Get the SignTool configuration if set
|
java.util.List<LocalizedResource> |
getConclusionPages()
Return the welcome page list
Allowed Format: rtf, rtfd, txt, html
|
java.lang.Integer |
getFontSize()
Return font size for Finder View
|
java.lang.Integer |
getIconSize()
Return size of icons in Finder view
|
java.util.List<java.lang.String> |
getJreExcludes()
Get a list of string - defining files - that should be excluded from the bundled JRE
|
java.util.List<java.lang.String> |
getJreIncludes()
Get a list of string - defining files - that should be included in the bundled JRE
|
java.util.List<PreferencesLink> |
getPreferencesLinks()
Return the list of preferences links
|
java.io.File |
getSetupBackgroundImage()
Return the background image for the setup
|
java.lang.Object |
getSetupIcon() |
java.util.List<LocalizedResource> |
getWelcomePages()
Return the welcome page list
Allowed Format: rtf, rtfd, txt, html
|
java.lang.Integer |
getWindowHeight()
Return height of Finder view
|
java.lang.Integer |
getWindowWidth()
Return width of Finder view
|
void |
preferencesLink(java.lang.Object link)
Set a preferences link
|
void |
setBackgroundImage(java.io.File backgroundFile)
Set background Image for Finder View
|
void |
setCodeSign(groovy.lang.Closure<OSXCodeSign<Dmg,SetupBuilder>> closue)
Set the needed information for signing the setup.
|
void |
setFontSize(java.lang.Integer fontSize)
Set font size for Finder View
|
void |
setIconSize(java.lang.Integer iconSize)
Set size of icons in Finder view
|
void |
setJreExcludes(java.util.List<java.lang.String> jreExclude)
Set a list of string - defining files - that should be excluded from the bundled JRE
|
void |
setJreIncludes(java.util.List<java.lang.String> jreIncludes)
Set a list of string - defining files - that should be included in the bundled JRE
|
void |
setSetupBackgroundImage(java.lang.Object setupBackground)
Set the background image for the setup
|
void |
setSetupIcon(java.lang.Object setupIcon) |
void |
setWindowHeight(java.lang.Integer windowHeight)
Set height of Finder view
|
void |
setWindowWidth(java.lang.Integer windowWidth)
Set width of Finder view
|
void |
welcomePage(java.lang.Object welcomePage)
Set the welcome page
Allowed Format: rtf, rtfd, txt, html
|
getDaemonUser, setDaemonUsergetPostinst, getPostrm, getPreinst, getPrerm, getSetupBuilder, setPostinst, setPostrm, setPreinst, setPrermaction, copyTo, getAbstractSetupBuilder, getClassifier, getDescription, getExtension, getFileLookup, getFileResolver, getFileSystem, getInstantiator, getRootSpec, getSetupFile, getSetupSource, getSource, getVersion, processFiles, setClassifier, setExtension, setVersionaddValidator, appendParallelSafeAction, compareTo, configure, deleteAllActions, dependsOn, dependsOnTaskDidWork, doFirst, doFirst, doLast, doLast, execute, finalizedBy, getActionClassLoaders, getActions, getAnt, getAsDynamicObject, getConvention, getDependsOn, getDidWork, getEnabled, getExecuter, getExtensions, getFinalizedBy, getGroup, getImpliesSubProjects, getInputs, getLogger, getLogging, getMustRunAfter, getName, getOnlyIf, getOutputs, getPath, getProject, getServices, getShouldRunAfter, getStandardOutputCapture, getState, getTaskActions, getTaskDependencies, getTemporaryDir, getTemporaryDirFactory, getValidators, hasProperty, injectIntoNewInstance, isEnabled, isHasCustomActions, leftShift, mustRunAfter, onlyIf, onlyIf, prependParallelSafeAction, property, setActions, setDependsOn, setDescription, setDidWork, setEnabled, setExecuter, setFinalizedBy, setGroup, setImpliesSubProjects, setMustRunAfter, setOnlyIf, setOnlyIf, setProperty, setShouldRunAfter, shouldRunAfter, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waiteachFile, eachFile, exclude, exclude, exclude, exclude, expand, filesMatching, filesNotMatching, filter, filter, filter, filter, from, from, from, getDirMode, getDuplicatesStrategy, getExcludes, getFileMode, getFilteringCharset, getIncludeEmptyDirs, getIncludes, include, include, include, include, into, into, into, isCaseSensitive, rename, rename, rename, rename, setCaseSensitive, setDirMode, setDuplicatesStrategy, setExcludes, setFileMode, setFilteringCharset, setIncludeEmptyDirs, setIncludes, withpublic void build()
build in class AbstractTaskpublic java.lang.Integer getWindowWidth()
public void setWindowWidth(java.lang.Integer windowWidth)
windowWidth - width of Finder viewpublic java.lang.Integer getWindowHeight()
public void setWindowHeight(java.lang.Integer windowHeight)
windowHeight - of Finder viewpublic java.lang.Integer getIconSize()
public void setIconSize(java.lang.Integer iconSize)
iconSize - of icons in Finder viewpublic java.io.File getBackgroundImage()
public void setBackgroundImage(java.io.File backgroundFile)
backgroundFile - Image for Finder Viewpublic java.lang.Integer getFontSize()
public void setFontSize(java.lang.Integer fontSize)
fontSize - size for Finder Viewpublic void setCodeSign(groovy.lang.Closure<OSXCodeSign<Dmg,SetupBuilder>> closue)
closue - the data for signingpublic OSXCodeSign<Dmg,SetupBuilder> getCodeSign()
public java.util.List<LocalizedResource> getConclusionPages()
public void conclusionPage(java.lang.Object conclusionPage)
conclusionPage - which is shown at the endpublic java.util.List<LocalizedResource> getWelcomePages()
public void welcomePage(java.lang.Object welcomePage)
welcomePage - welcome page filepublic java.io.File getSetupBackgroundImage()
public void setSetupBackgroundImage(java.lang.Object setupBackground)
setupBackground - to setpublic java.lang.Object getSetupIcon()
public void setSetupIcon(java.lang.Object setupIcon)
setupIcon - the setupIcon to setpublic java.util.List<PreferencesLink> getPreferencesLinks()
public void preferencesLink(java.lang.Object link)
link - the linkpublic java.util.List<java.lang.String> getJreIncludes()
public void setJreIncludes(java.util.List<java.lang.String> jreIncludes)
jreIncludes - the jreIncludes to setpublic java.util.List<java.lang.String> getJreExcludes()
public void setJreExcludes(java.util.List<java.lang.String> jreExclude)
jreExclude - the jreExclude to set