Skip navigation links
A B C D E F G H I J L M N O P R S T U V W X 

A

AbstractBuilder<T extends AbstractTask,S extends AbstractSetupBuilder> - Class in com.inet.gradle.setup.abstracts
Some basic builder functionally.
AbstractBuilder(T, FileResolver) - Constructor for class com.inet.gradle.setup.abstracts.AbstractBuilder
Builder abstraction
AbstractOSXApplicationBuilder<T extends AbstractTask,S extends AbstractSetupBuilder> - Class in com.inet.gradle.setup.dmg
Abstract implementation for creating the resulting app bundler image
AbstractOSXApplicationBuilder(T, S, FileResolver) - Constructor for class com.inet.gradle.setup.dmg.AbstractOSXApplicationBuilder
Setup this builder.
AbstractSetupBuilder - Class in com.inet.gradle.setup.abstracts
The Gradle extension for all setup tasks.
AbstractSetupBuilder(Project) - Constructor for class com.inet.gradle.setup.abstracts.AbstractSetupBuilder
Create a new instance.
AbstractSetupTask - Class in com.inet.gradle.setup.abstracts
Base task for all setup builder tasks.
AbstractSetupTask(String) - Constructor for class com.inet.gradle.setup.abstracts.AbstractSetupTask
Constructor with indication to artifact result Runs with the default SetupBuilder for dmg, msi ...
AbstractTask - Class in com.inet.gradle.setup.abstracts
Base class for all setup task.
AbstractTask(String, Class<? extends AbstractSetupBuilder>) - Constructor for class com.inet.gradle.setup.abstracts.AbstractTask
Constructor with indication to artifact result Runs with the default SetupBuilder for dmg, msi ...
AbstractUnixSetupTask - Class in com.inet.gradle.setup.abstracts
An abstract base for the Unix SetupTask
AbstractUnixSetupTask(String) - Constructor for class com.inet.gradle.setup.abstracts.AbstractUnixSetupTask
 
action() - Method in class com.inet.gradle.appbundler.AppBundlerGradleTask
The action called from Gradle Will not add an artifact since it would be a directory.
action() - Method in class com.inet.gradle.setup.abstracts.AbstractTask
The action called from Gradle
addAttributeIfNotExists(Element, String, String) - Method in class com.inet.gradle.setup.util.XmlFileBuilder
Add a attribute if not exists.
addBundleJre(File) - Method in class com.inet.gradle.setup.unix.UnixBuilder
Check for the bundled JRE and add it
addConfiguredArch(Architecture) - Method in class com.oracle.appbundler.AppBundlerTask
 
addConfiguredArgument(Argument) - Method in class com.oracle.appbundler.AppBundlerTask
 
addConfiguredArgument(Argument) - Method in class com.oracle.appbundler.JLink
 
addConfiguredBundleDocument(BundleDocument) - Method in class com.oracle.appbundler.AppBundlerTask
 
addConfiguredClassPath(FileSet) - Method in class com.oracle.appbundler.AppBundlerTask
 
addConfiguredEnvironment(Environment) - Method in class com.oracle.appbundler.AppBundlerTask
 
addConfiguredJLink(JLink) - Method in class com.oracle.appbundler.AppBundlerTask
 
addConfiguredJMod(JMod) - Method in class com.oracle.appbundler.JLink
 
addConfiguredLibraryPath(FileSet) - Method in class com.oracle.appbundler.AppBundlerTask
 
addConfiguredOption(Option) - Method in class com.oracle.appbundler.AppBundlerTask
 
addConfiguredPlistEntry(PlistEntry) - Method in class com.oracle.appbundler.AppBundlerTask
 
addConfiguredRuntime(Runtime) - Method in class com.oracle.appbundler.AppBundlerTask
 
addConfiguredScheme(Argument) - Method in class com.oracle.appbundler.AppBundlerTask
 
addConfiguredTypeDeclaration(TypeDeclaration) - Method in class com.oracle.appbundler.AppBundlerTask
 
addLocalizedResource(SetupBuilder, List<LocalizedResource>, Object) - Static method in class com.inet.gradle.setup.abstracts.LocalizedResource
Set the license file
addLocalizedResource(SetupBuilder, File, List<MsiLocalizedResource>, Object) - Static method in class com.inet.gradle.setup.msi.MsiLocalizedResource
Set a localized file
addNodeText(Element, String) - Method in class com.inet.gradle.setup.util.XmlFileBuilder
Adds Text content to a node
addPlistProperty(File, String, String, String) - Method in class com.inet.gradle.setup.dmg.AbstractOSXApplicationBuilder
Add an entry to a plist file
addScheme(String) - Method in class com.inet.gradle.setup.dmg.AbstractOSXApplicationBuilder
Adds a scheme to the application.
addScript(OSXScriptBuilder) - Method in class com.inet.gradle.setup.dmg.OSXScriptBuilder
Add another subscript.
AppBundler - Class in com.inet.gradle.appbundler
The Gradle extension for appBundler task.
AppBundler(Project) - Constructor for class com.inet.gradle.appbundler.AppBundler
Create a new instance.
AppBundlerApplicationBuilder - Class in com.inet.gradle.appbundler
Build the OSX app bundle
AppBundlerApplicationBuilder(AppBundlerGradleTask, AppBundler, FileResolver) - Constructor for class com.inet.gradle.appbundler.AppBundlerApplicationBuilder
Build the OSX app bundle
AppBundlerBuilder - Class in com.inet.gradle.appbundler
Actual implementation to create the application bundle
AppBundlerBuilder(AppBundlerGradleTask, AppBundler, FileResolver) - Constructor for class com.inet.gradle.appbundler.AppBundlerBuilder
Setup the creator
AppBundlerGradleTask - Class in com.inet.gradle.appbundler
Task to create a .app archive
AppBundlerGradleTask() - Constructor for class com.inet.gradle.appbundler.AppBundlerGradleTask
Construct static as .app
AppBundlerPlugin - Class in com.inet.gradle.appbundler
Plugin for the appBundler Task that will create a bundled application for OSX
AppBundlerPlugin() - Constructor for class com.inet.gradle.appbundler.AppBundlerPlugin
 
AppBundlerTask - Class in com.oracle.appbundler
App bundler Ant task.
AppBundlerTask() - Constructor for class com.oracle.appbundler.AppBundlerTask
 
appendExcludes(String[]) - Method in class com.oracle.appbundler.Runtime
appendIncludes(String[]) - Method in class com.oracle.appbundler.Runtime
Application - Class in com.inet.gradle.setup.abstracts
Generic application wrapper
Application(AbstractSetupBuilder) - Constructor for class com.inet.gradle.setup.abstracts.Application
Create a new DesktopStarter
apply(Project) - Method in class com.inet.gradle.appbundler.AppBundlerPlugin
 
apply(Project) - Method in class com.inet.gradle.setup.SetupBuilderPlugin
 
Architecture - Class in com.oracle.appbundler
Class representing an architecture that will be written in the Info.plist file to indicate which architectures the binary support.
Architecture() - Constructor for class com.oracle.appbundler.Architecture
 
Argument - Class in com.oracle.appbundler
Class representing an argument that will be passed to the Java application at startup.
Argument() - Constructor for class com.oracle.appbundler.Argument
 

B

build() - Method in class com.inet.gradle.appbundler.AppBundlerBuilder
now build it
build() - Method in class com.inet.gradle.appbundler.AppBundlerGradleTask
The platform depending build.
build() - Method in class com.inet.gradle.setup.abstracts.AbstractTask
The platform depending build.
build() - Method in class com.inet.gradle.setup.dmg.Dmg
The platform depending build.
build() - Method in class com.inet.gradle.setup.dmg.DmgBuilder
Build the dmg file.
build() - Method in class com.inet.gradle.setup.msi.Msi
The platform depending build.
build() - Method in class com.inet.gradle.setup.unix.deb.Deb
The platform depending build.
build() - Method in class com.inet.gradle.setup.unix.deb.DebBuilder
executes all necessary steps from copying to building the Debian package
build() - Method in class com.inet.gradle.setup.unix.rpm.Rpm
The platform depending build.
build() - Method in class com.inet.gradle.setup.unix.rpm.RpmBuilder
Build the RedHat package in different steps with the 'rpmbuild'.
buildDir - Variable in class com.inet.gradle.setup.abstracts.AbstractBuilder
 
buildDir - Variable in class com.inet.gradle.setup.util.XmlFileBuilder
 
BundleDocument - Class in com.oracle.appbundler
Represent a CFBundleDocument.
BundleDocument() - Constructor for class com.oracle.appbundler.BundleDocument
 
bundleJre() - Method in class com.inet.gradle.setup.dmg.AbstractOSXApplicationBuilder
Bundle the Java VM if set.

C

changeDirectoryPermissionsTo755(File) - Method in class com.inet.gradle.setup.unix.UnixBuilder
Changes the permissions of all directories recursively inside the specified path to 755.
changeFilePermissionsTo644(File) - Method in class com.inet.gradle.setup.unix.UnixBuilder
Changes the permissions of all files recursively inside the specified path to 644.
clearTemporaryFolder(Path) - Static method in class com.inet.gradle.setup.util.TempPath
Clear up all the content from below the given directory.
close() - Method in class com.inet.gradle.setup.util.IndentationOutputStream
codeSign(Closure<AppBundler>) - Method in class com.inet.gradle.appbundler.AppBundlerGradleTask
Set the needed information for signing the setup.
codeSign(Action<? super OSXCodeSign<? super AppBundlerGradleTask, ? super AppBundler>>) - Method in class com.inet.gradle.appbundler.AppBundlerGradleTask
Set the needed information for signing the setup.
com.inet.gradle.appbundler - package com.inet.gradle.appbundler
 
com.inet.gradle.appbundler.utils.xmlwise - package com.inet.gradle.appbundler.utils.xmlwise
 
com.inet.gradle.setup - package com.inet.gradle.setup
 
com.inet.gradle.setup.abstracts - package com.inet.gradle.setup.abstracts
 
com.inet.gradle.setup.dmg - package com.inet.gradle.setup.dmg
 
com.inet.gradle.setup.image - package com.inet.gradle.setup.image
 
com.inet.gradle.setup.msi - package com.inet.gradle.setup.msi
 
com.inet.gradle.setup.unix - package com.inet.gradle.setup.unix
 
com.inet.gradle.setup.unix.deb - package com.inet.gradle.setup.unix.deb
 
com.inet.gradle.setup.unix.rpm - package com.inet.gradle.setup.unix.rpm
 
com.inet.gradle.setup.util - package com.inet.gradle.setup.util
 
com.oracle.appbundler - package com.oracle.appbundler
 
conclusionPage(Object) - Method in class com.inet.gradle.setup.dmg.Dmg
Set the welcome page Allowed Format: rtf, rtfd, txt, html
contains(String) - Method in class com.inet.gradle.appbundler.utils.xmlwise.XmlElement
Determines if a direct sub-element exists.
containsAttribute(String) - Method in class com.inet.gradle.appbundler.utils.xmlwise.XmlElement
Determines if an attribute exists.
copy(File, File) - Static method in class com.inet.gradle.setup.util.ResourceUtils
Recursively copy files from source to destination
copyBundleFiles(Application) - Method in class com.inet.gradle.setup.dmg.AbstractOSXApplicationBuilder
Copy the files defined in the gradle script into their final destination
copyDocumentIcons(ArrayList<? extends IconContainer>, File) - Method in class com.oracle.appbundler.AppBundlerTask
 
copyTo(File) - Method in class com.inet.gradle.setup.abstracts.AbstractTask
Copy all files of this task to the given target.
copyTo(File) - Method in class com.oracle.appbundler.JLink
 
createChild(Node, String, boolean) - Method in class com.inet.gradle.setup.util.XmlFileBuilder
 
createDocument(String, boolean, boolean) - Static method in class com.inet.gradle.appbundler.utils.xmlwise.Xmlwise
Creates a DOM Document from the specified XML string, ignoring DTD-validation.
createDocument(String) - Static method in class com.inet.gradle.appbundler.utils.xmlwise.Xmlwise
Creates a DOM Document from the specified XML string, ignoring DTD-validation.
createXml(String) - Static method in class com.inet.gradle.appbundler.utils.xmlwise.Xmlwise
Creates a document from a string and transforms it into an XmlElement tree.

D

Deb - Class in com.inet.gradle.setup.unix.deb
The deb Gradle task.
Deb() - Constructor for class com.inet.gradle.setup.unix.deb.Deb
 
DebBuilder - Class in com.inet.gradle.setup.unix.deb
 
DebBuilder(Deb, SetupBuilder, FileResolver) - Constructor for class com.inet.gradle.setup.unix.deb.DebBuilder
Create a new instance
DEBUG_LOG - Static variable in class com.inet.gradle.setup.util.Logging
 
defaultString(String, String) - Static method in class com.inet.gradle.setup.util.Strings
 
deleteDirectory(Path) - Static method in class com.inet.gradle.setup.util.ResourceUtils
Deletes directory denoted by given path with its content.
deleteFiles(String) - Method in class com.inet.gradle.setup.SetupBuilder
Add a file pattern to delete files before install and after uninstall.
deleteFolder(String) - Method in class com.inet.gradle.setup.SetupBuilder
Add a folder to delete before install and after uninstall.
deletePlistProperty(File, String) - Method in class com.inet.gradle.setup.dmg.AbstractOSXApplicationBuilder
Add an entry to a plist file
DesktopStarter - Class in com.inet.gradle.setup.abstracts
Definition of an executable which can be started on the desktop (e.g.
DesktopStarter(AbstractSetupBuilder) - Constructor for class com.inet.gradle.setup.abstracts.DesktopStarter
Create a new DesktopStarter
desktopStarter(Closure<?>) - Method in class com.inet.gradle.setup.SetupBuilder
Register a desktop starter.
desktopStarter(Action<? super DesktopStarter>) - Method in class com.inet.gradle.setup.SetupBuilder
Register a desktop starter.
DesktopStarter.Location - Enum in com.inet.gradle.setup.abstracts
Possible locations for desktop/shortcut entries.
Dmg - Class in com.inet.gradle.setup.dmg
The dmg Gradle task.
Dmg() - Constructor for class com.inet.gradle.setup.dmg.Dmg
Create the task.
DmgBuilder - Class in com.inet.gradle.setup.dmg
Build a DMG image for OSX.
DmgBuilder(Dmg, SetupBuilder, FileResolver) - Constructor for class com.inet.gradle.setup.dmg.DmgBuilder
Create a new instance
doc - Variable in class com.inet.gradle.setup.util.XmlFileBuilder
 
documentType(Closure<?>) - Method in class com.inet.gradle.setup.abstracts.DesktopStarter
Register a file extensions.
documentType(Action<? super DocumentType>) - Method in class com.inet.gradle.setup.abstracts.DesktopStarter
Register a file extensions.
DocumentType - Class in com.inet.gradle.setup.abstracts
This class contains content for registering file extensions.

E

eachFile(Action<? super FileCopyDetails>) - Method in interface com.inet.gradle.setup.abstracts.SetupSources
 
eachFile(Closure) - Method in interface com.inet.gradle.setup.abstracts.SetupSources
 
Environment - Class in com.oracle.appbundler
 
Environment() - Constructor for class com.oracle.appbundler.Environment
 
equals(Object) - Method in class com.inet.gradle.appbundler.utils.xmlwise.XmlElement
 
escapeXML(String) - Static method in class com.inet.gradle.appbundler.utils.xmlwise.Xmlwise
Escapes a string to be used in an xml document.
exclude(Closure) - Method in interface com.inet.gradle.setup.abstracts.SetupSources
 
exclude(Iterable<String>) - Method in interface com.inet.gradle.setup.abstracts.SetupSources
 
exclude(Spec<FileTreeElement>) - Method in interface com.inet.gradle.setup.abstracts.SetupSources
 
exclude(String...) - Method in interface com.inet.gradle.setup.abstracts.SetupSources
 
exec(ArrayList<String>) - Method in class com.inet.gradle.setup.abstracts.AbstractBuilder
Call a program from the WIX installation.
exec(ArrayList<String>, InputStream, OutputStream) - Method in class com.inet.gradle.setup.abstracts.AbstractBuilder
Execute an external process.
exec(String...) - Method in class com.inet.gradle.setup.abstracts.AbstractBuilder
Execute an external process.
exec(boolean, String...) - Method in class com.inet.gradle.setup.abstracts.AbstractBuilder
Execute an external process.
exec(boolean, OutputStream, String...) - Method in class com.inet.gradle.setup.abstracts.AbstractBuilder
Execute an external process.
exec(ArrayList<String>, InputStream, OutputStream, boolean) - Method in class com.inet.gradle.setup.abstracts.AbstractBuilder
Execute an external process.
exec(ArrayList<String>, InputStream, OutputStream, OutputStream, boolean) - Method in class com.inet.gradle.setup.abstracts.AbstractBuilder
Execute an external process.
execute() - Method in class com.oracle.appbundler.AppBundlerTask
 
expand(Map<String, ?>) - Method in interface com.inet.gradle.setup.abstracts.SetupSources
 
expand(Map<String, ?>, Action<? super ExpandDetails>) - Method in interface com.inet.gradle.setup.abstracts.SetupSources
 
external(File) - Method in class com.inet.gradle.setup.msi.Msi
Adds reference to external wsx file
extract(Class<?>, String, File) - Static method in class com.inet.gradle.setup.util.ResourceUtils
Extract a resource file and save it as file.
extractDirectory(String, File) - Static method in class com.inet.gradle.setup.util.ResourceUtils
Extract a resource directory with unknown entries.

F

fileExtension(String) - Method in class com.inet.gradle.setup.abstracts.DocumentType
Add one file extensions.
fileExtension(List<String>) - Method in class com.inet.gradle.setup.abstracts.DocumentType
Add multiple file extensions.
fileResolver - Variable in class com.inet.gradle.setup.abstracts.AbstractBuilder
 
filesMatching(String, Action<? super FileCopyDetails>) - Method in interface com.inet.gradle.setup.abstracts.SetupSources
 
filesMatching(Iterable<String>, Action<? super FileCopyDetails>) - Method in interface com.inet.gradle.setup.abstracts.SetupSources
 
filesNotMatching(String, Action<? super FileCopyDetails>) - Method in interface com.inet.gradle.setup.abstracts.SetupSources
 
filesNotMatching(Iterable<String>, Action<? super FileCopyDetails>) - Method in interface com.inet.gradle.setup.abstracts.SetupSources
 
filter(Class<? extends FilterReader>) - Method in interface com.inet.gradle.setup.abstracts.SetupSources
 
filter(Closure) - Method in interface com.inet.gradle.setup.abstracts.SetupSources
 
filter(Map<String, ?>, Class<? extends FilterReader>) - Method in interface com.inet.gradle.setup.abstracts.SetupSources
 
filter(Transformer<String, String>) - Method in interface com.inet.gradle.setup.abstracts.SetupSources
 
finishApplication() - Method in class com.inet.gradle.setup.dmg.AbstractOSXApplicationBuilder
Execute the appbundler, create the final .app file
flush() - Method in class com.inet.gradle.setup.util.IndentationOutputStream
from(Object, Closure) - Method in interface com.inet.gradle.setup.abstracts.SetupSources
 
from(Object...) - Method in interface com.inet.gradle.setup.abstracts.SetupSources
 
from(Object, Action<? super CopySpec>) - Method in interface com.inet.gradle.setup.abstracts.SetupSources
 
from(String) - Static method in class com.oracle.appbundler.Architecture
 
fromXml(String) - Static method in class com.inet.gradle.appbundler.utils.xmlwise.Plist
Create a nested map<String, Object> from a plist xml string using the default mapping.
fromXmlElement(XmlElement) - Static method in class com.inet.gradle.appbundler.utils.xmlwise.Plist
Create a nested map<String, Object> from an XmlElement using the default mapping.

G

get(String) - Method in class com.inet.gradle.appbundler.utils.xmlwise.XmlElement
Get all elements matching the given key.
get() - Method in class com.inet.gradle.setup.util.TempPath
Return the temporary root folder as string
get(String) - Method in class com.inet.gradle.setup.util.TempPath
Return the path to the temporary directory with the extension name
getAbstractSetupBuilder() - Method in class com.inet.gradle.setup.abstracts.AbstractTask
Return the setupBuilder using the specified type
getAction() - Method in class com.inet.gradle.setup.dmg.PreferencesLink
 
getAdditionalServiceScript() - Method in class com.inet.gradle.setup.unix.Unix
Returns the additional service script that will be included into the original one.
getAppBuilder() - Method in class com.inet.gradle.appbundler.AppBundlerGradleTask
Get the app builder
getAppBundler() - Method in class com.inet.gradle.setup.dmg.AbstractOSXApplicationBuilder
Return the current AppBundler.
getAppIdentifier() - Method in class com.inet.gradle.setup.abstracts.AbstractSetupBuilder
Get the short application identifier of the setup file.
getApplication() - Method in class com.inet.gradle.setup.abstracts.AbstractSetupBuilder
Return the name of the application
getApplicationIcon() - Method in class com.inet.gradle.setup.dmg.AbstractOSXApplicationBuilder
Returns the icns application icon file
getApplicationIdentifier(SetupBuilder) - Method in class com.inet.gradle.setup.dmg.Dmg
Returns an application identifier set for the DMG builder.
getArch() - Method in class com.inet.gradle.setup.msi.Msi
Get the architecture of the installer.
getArchitecture() - Method in class com.inet.gradle.setup.dmg.Dmg
Get a list of supported architectures that will be added to the Info.plist file
getArchitecture() - Method in class com.inet.gradle.setup.unix.deb.Deb
 
getArchitecture() - Method in class com.inet.gradle.setup.unix.rpm.Rpm
 
getArchitecture() - Method in class com.inet.gradle.setup.unix.Unix
The current architecture
getArchiveName() - Method in class com.inet.gradle.appbundler.AppBundler
Get the name of the setup file without extension.
getArchiveName() - Method in class com.inet.gradle.setup.abstracts.AbstractSetupBuilder
Get the name of the setup file without extension.
getAttribute(String, String) - Method in class com.inet.gradle.appbundler.utils.xmlwise.XmlElement
Get a (string) attribute for this element, defaulting to a default value if the attribute is missing.
getAttribute(String) - Method in class com.inet.gradle.appbundler.utils.xmlwise.XmlElement
Returns the (string) value of an attribute.
getAttributes() - Method in class com.inet.gradle.appbundler.utils.xmlwise.XmlElement
Returns a map with all attributes of this element.
getBackgroundColor() - Method in class com.inet.gradle.setup.dmg.Dmg
Returns the converted background color as apple script string
getBackgroundImage() - Method in class com.inet.gradle.setup.dmg.Dmg
Return background Image for Finder View
getBannerBmp() - Method in class com.inet.gradle.setup.msi.Msi
Get the file of the banner or null
getBoolAttribute(String) - Method in class com.inet.gradle.appbundler.utils.xmlwise.XmlElement
Get an boolean attribute for this element.
getBoolAttribute(String, boolean) - Method in class com.inet.gradle.appbundler.utils.xmlwise.XmlElement
Get an boolean attribute for this element, defaulting to the default value if missing.
getBoolean(String) - Method in class com.inet.gradle.appbundler.utils.xmlwise.XmlElementAttributes
Get an boolean attribute.
getBuild() - Method in class com.inet.gradle.setup.unix.rpm.Rpm
Returns the build that should be used in the '%build' entry in the SPEC file.
getBundleJre() - Method in class com.inet.gradle.setup.abstracts.AbstractSetupBuilder
Get the bundle JRE value.
getBundleJre() - Method in class com.inet.gradle.setup.unix.Unix
Get the bundle JRE directory.
getBundleJreTarget() - Method in class com.inet.gradle.setup.abstracts.AbstractSetupBuilder
Get the target for a bundle JRE.
getCategories() - Method in class com.inet.gradle.setup.abstracts.DesktopStarter
Returns the categories separated by semicolon.
getChanges() - Method in class com.inet.gradle.setup.unix.deb.Deb
 
getChildRecursive(Node, String, String, String) - Method in class com.inet.gradle.setup.util.XmlFileBuilder
Get a child element (recursive search).
getClassifier() - Method in class com.inet.gradle.setup.abstracts.AbstractTask
Returns the classifier part of the installer, if any.
getClean() - Method in class com.inet.gradle.setup.unix.rpm.Rpm
Returns the clean that should be used in the '%clean' entry in the SPEC file.
getCodeSign() - Method in class com.inet.gradle.appbundler.AppBundlerGradleTask
Get the SignTool configuration if set
getCodeSign() - Method in class com.inet.gradle.setup.dmg.Dmg
Get the SignTool configuration if set
getConclusionPages() - Method in class com.inet.gradle.setup.dmg.Dmg
Return the welcome page list Allowed Format: rtf, rtfd, txt, html
getConformsTo() - Method in class com.oracle.appbundler.TypeDeclaration
 
getContentTypes() - Method in class com.oracle.appbundler.BundleDocument
 
getCopyright() - Method in class com.inet.gradle.setup.abstracts.AbstractSetupBuilder
Get the Copyright information.
getDaemonUser() - Method in class com.inet.gradle.setup.abstracts.AbstractUnixSetupTask
Returns the user with which the daemon should be running.
getDefaultResourceLanguage() - Method in class com.inet.gradle.setup.SetupBuilder
 
getDefaultServiceFile() - Method in class com.inet.gradle.setup.unix.Unix
Returns the a default service configuration file This will be included in the service starter
getDeleteFiles() - Method in class com.inet.gradle.setup.SetupBuilder
Get the list pattern for files that should be deleted.
getDeleteFolders() - Method in class com.inet.gradle.setup.SetupBuilder
Get the list of folders to delete.
getDepends() - Method in class com.inet.gradle.setup.unix.Unix
The package dependencies
getDescription() - Method in class com.inet.gradle.setup.abstracts.AbstractSetupBuilder
Get a global description.
getDescription() - Method in class com.inet.gradle.setup.abstracts.AbstractTask
getDescription() - Method in class com.inet.gradle.setup.abstracts.Application
Returns the description
getDescription() - Method in class com.oracle.appbundler.TypeDeclaration
 
getDesktopStarters() - Method in class com.inet.gradle.setup.SetupBuilder
Returns the registered desktop starters.
getDestinationDir() - Method in class com.inet.gradle.setup.abstracts.AbstractSetupBuilder
Override to remove the annotation OutputDirectories in the Copy task.
getDialogBmp() - Method in class com.inet.gradle.setup.msi.Msi
Get the banner BMP.
getDir() - Method in class com.oracle.appbundler.JLink
 
getDir() - Method in class com.oracle.appbundler.Runtime
 
getDirMode() - Method in interface com.inet.gradle.setup.abstracts.SetupSources
 
getDisplayName() - Method in class com.inet.gradle.setup.abstracts.Application
get the displayName of the application.
getDocumentationRegistry() - Method in class com.inet.gradle.setup.abstracts.AbstractTask
 
getDocumentType() - Method in class com.inet.gradle.setup.abstracts.DesktopStarter
Return the registered file extensions or the ones defined by the main setup
getDouble(String) - Method in class com.inet.gradle.appbundler.utils.xmlwise.XmlElementAttributes
Get a double attribute.
getDoubleAttribute(String) - Method in class com.inet.gradle.appbundler.utils.xmlwise.XmlElement
Get a double attribute for this element.
getDoubleAttribute(String, double) - Method in class com.inet.gradle.appbundler.utils.xmlwise.XmlElement
Get an double attribute for this element, defaulting to a default value if the attribute is missing.
getDuplicatesStrategy() - Method in interface com.inet.gradle.setup.abstracts.SetupSources
 
getEntitlements() - Method in class com.inet.gradle.appbundler.OSXCodeSign
Returns entitlements set to use while processing the application Will only be used for the ".app" files, not the ".pkg" files
getExcludes() - Method in interface com.inet.gradle.setup.abstracts.SetupSources
 
getExecutable() - Method in class com.inet.gradle.setup.abstracts.Application
Get an executable
getExportableTypes() - Method in class com.oracle.appbundler.BundleDocument
 
getExtension() - Method in class com.inet.gradle.setup.abstracts.AbstractTask
Get the file extension.
getExtensions() - Method in class com.oracle.appbundler.BundleDocument
 
getExtensions() - Method in class com.oracle.appbundler.TypeDeclaration
 
getExternals() - Method in class com.inet.gradle.setup.msi.Msi
 
getExternalSignTool() - Method in class com.inet.gradle.setup.msi.Msi
Get a closure with an external sign tool configuration.
getFileExtension() - Method in class com.inet.gradle.setup.abstracts.DocumentType
 
getFileLookup() - Method in class com.inet.gradle.setup.abstracts.AbstractTask
 
getFileMode() - Method in interface com.inet.gradle.setup.abstracts.SetupSources
 
getFileResolver() - Method in class com.inet.gradle.setup.abstracts.AbstractTask
 
getFileSystem() - Method in class com.inet.gradle.setup.abstracts.AbstractTask
 
getFilteringCharset() - Method in interface com.inet.gradle.setup.abstracts.SetupSources
 
getFontSize() - Method in class com.inet.gradle.setup.dmg.Dmg
Return font size for Finder View
getHandlerRank() - Method in class com.oracle.appbundler.BundleDocument
 
getHomepage() - Method in class com.inet.gradle.setup.unix.Unix
Homepage of the author
getI18n() - Method in class com.inet.gradle.setup.msi.Msi
return the file for optional language resource locations
getIcon() - Method in class com.oracle.appbundler.BundleDocument
 
getIcon() - Method in interface com.oracle.appbundler.IconContainer
 
getIcon() - Method in class com.oracle.appbundler.TypeDeclaration
 
getIconFile() - Method in class com.oracle.appbundler.BundleDocument
 
getIconFile() - Method in interface com.oracle.appbundler.IconContainer
 
getIconFile() - Method in class com.oracle.appbundler.TypeDeclaration
 
getIconForType(File, String) - Method in class com.inet.gradle.setup.abstracts.AbstractSetupBuilder
Retrieve a specific icon from the icons set for the setup
getIconForType(File, String) - Method in class com.inet.gradle.setup.abstracts.Application
Retrieve a specific icon from the icons set for the setup
getIcons() - Method in class com.inet.gradle.setup.abstracts.AbstractSetupBuilder
Get the icons for the setup.
getIcons() - Method in class com.inet.gradle.setup.abstracts.Application
Get the icons for this desktop/shortcut entry.
getIcons() - Method in class com.inet.gradle.setup.abstracts.DocumentType
 
getIconSize() - Method in class com.inet.gradle.setup.dmg.Dmg
Return size of icons in Finder view
getId() - Method in class com.inet.gradle.setup.abstracts.Service
Returns the serviceID which should be a short version of the application name
getIdentifier() - Method in class com.inet.gradle.appbundler.OSXCodeSign
Specific Identifier to embed in code (option -i)
getIdentifier() - Method in class com.oracle.appbundler.TypeDeclaration
 
getIdentity() - Method in class com.inet.gradle.appbundler.OSXCodeSign
Return the Identity to sign with This is the "Common Name" part from the certificate
getImageFile(Project, Object, File, String) - Static method in class com.inet.gradle.setup.image.ImageFactory
Get a file to an icon in the platform format if set or null if not set in the gradle script
getIncludeEmptyDirs() - Method in interface com.inet.gradle.setup.abstracts.SetupSources
 
getIncludes() - Method in interface com.inet.gradle.setup.abstracts.SetupSources
 
getInstall() - Method in class com.inet.gradle.setup.unix.rpm.Rpm
Returns the install that should be used in the '%install' entry in the SPEC file.
getInstallationRoot() - Method in class com.inet.gradle.setup.unix.Unix
Returns the installation root where the program directory should be located.
getInstallScope() - Method in class com.inet.gradle.setup.msi.Msi
Get the install scope.
getInstallSize() - Method in class com.inet.gradle.setup.unix.deb.Deb
 
getInstantiator() - Method in class com.inet.gradle.setup.abstracts.AbstractTask
 
getInt(String) - Method in class com.inet.gradle.appbundler.utils.xmlwise.XmlElementAttributes
Get an integer attribute.
getIntAttribute(String) - Method in class com.inet.gradle.appbundler.utils.xmlwise.XmlElement
Get an integer attribute for this element.
getIntAttribute(String, int) - Method in class com.inet.gradle.appbundler.utils.xmlwise.XmlElement
Get an integer attribute for this element, defaulting to a default value if the attribute is missing.
getJavaHome() - Method in class com.inet.gradle.setup.abstracts.Service
Returns the JAVA_HOME used by the service.
getJavaVMArguments() - Method in class com.inet.gradle.setup.abstracts.Application
Returns the Java VM Arguments for starting java
getJnlpLauncherName() - Method in class com.inet.gradle.appbundler.AppBundler
Get the JNLP Launcher Name This can be used instead of the mainJar
getJreExcludes() - Method in class com.inet.gradle.setup.dmg.Dmg
Get a list of string - defining files - that should be excluded from the bundled JRE
getJreIncludes() - Method in class com.inet.gradle.setup.dmg.Dmg
Get a list of string - defining files - that should be included in the bundled JRE
getJvm() - Method in class com.inet.gradle.setup.abstracts.Service
Returns the configured jvm.
getKey() - Method in class com.oracle.appbundler.PlistEntry
 
getKeychain() - Method in class com.inet.gradle.appbundler.OSXCodeSign
Key chain to use for signing.
getKeychainPassword() - Method in class com.inet.gradle.appbundler.OSXCodeSign
The password to unlock the keychain
getLanguage() - Method in class com.inet.gradle.setup.abstracts.LocalizedResource
 
getLanguages() - Method in class com.inet.gradle.setup.msi.Msi
Get the languages that the setup should be support.
getLaunch4js() - Method in class com.inet.gradle.setup.msi.Msi
Returns the registered launcher.
getLibraryPath() - Method in class com.inet.gradle.setup.abstracts.Service
Returns the directory added to the search path used to locate the DLLs for the JVM.
getLicense() - Method in class com.inet.gradle.setup.unix.rpm.Rpm
Returns the license that should be used in the 'License' entry in the SPEC file.
getLicenseFile(String) - Method in class com.inet.gradle.setup.SetupBuilder
Return the license file for a specific locale
getLicenseFiles() - Method in class com.inet.gradle.setup.SetupBuilder
Return the license files
getLintianOptions() - Method in class com.inet.gradle.setup.unix.deb.Deb
Return the options used for the 'lintian' process.
getListFromCommaSeparatedString(String, String) - Static method in class com.oracle.appbundler.BundleDocument
 
getListFromCommaSeparatedString(String, String, boolean) - Static method in class com.oracle.appbundler.BundleDocument
 
getLocale() - Method in class com.inet.gradle.setup.abstracts.LocalizedResource
 
getLocale() - Method in class com.inet.gradle.setup.msi.MsiLocalizedResource
 
getLocalizedResourceFile(List<LocalizedResource>, String) - Static method in class com.inet.gradle.setup.abstracts.LocalizedResource
Return the localized file for a specific locale
getLocalizedResourceFile(List<MsiLocalizedResource>, String) - Static method in class com.inet.gradle.setup.msi.MsiLocalizedResource
Return the localized file for a specific locale
getLocation() - Method in class com.inet.gradle.setup.abstracts.DesktopStarter
Get the location of this desktop/shortcut entry.
getLogLevel() - Method in class com.inet.gradle.setup.abstracts.Service
Returns the daemon log level.
getLogPath() - Method in class com.inet.gradle.setup.abstracts.Service
Returns the path to write the daemon logs to.
getLogPrefix() - Method in class com.inet.gradle.setup.abstracts.Service
Returns the daemon log file name prefix.
getLongDescription(String) - Method in class com.inet.gradle.setup.SetupBuilder
Return the description file for a specific locale
getLongDescriptions() - Method in class com.inet.gradle.setup.SetupBuilder
Return the description files
getMainClass() - Method in class com.inet.gradle.setup.abstracts.AbstractSetupBuilder
Get the main class.
getMainClass() - Method in class com.inet.gradle.setup.abstracts.Application
Get the main class.
getMainJar() - Method in class com.inet.gradle.setup.abstracts.AbstractSetupBuilder
Get the main jar file.
getMainJar() - Method in class com.inet.gradle.setup.abstracts.Application
Get the main jar file.
getMaintainerEmail() - Method in class com.inet.gradle.setup.unix.deb.Deb
 
getMimetype() - Method in class com.inet.gradle.setup.abstracts.DocumentType
Returns the mime type for the document type.
getMimeTypes() - Method in class com.inet.gradle.setup.abstracts.DesktopStarter
Returns the mime types separated by semicolon.
getMimeTypes() - Method in class com.oracle.appbundler.TypeDeclaration
 
getMinimumUpdateMessage() - Method in class com.inet.gradle.setup.SetupBuilder
Return the minimum supported version error message.
getMinimumUpdateVersion() - Method in class com.inet.gradle.setup.SetupBuilder
Return the minimum supported version for an update.
getMinOS() - Method in class com.inet.gradle.setup.msi.Msi
Get the minimum OS version.
getMultiInstanceCount() - Method in class com.inet.gradle.setup.msi.Msi
Get the count of possible multiple instances.
getMultiInstanceScript() - Method in class com.inet.gradle.setup.msi.Msi
Get the URL to a vbscript that set the instance name.
getName() - Method in class com.inet.gradle.appbundler.utils.xmlwise.XmlElement
Returns the name of this element.
getName() - Method in class com.inet.gradle.setup.abstracts.DocumentType
 
getName() - Method in class com.oracle.appbundler.Architecture
 
getName() - Method in class com.oracle.appbundler.BundleDocument
 
getName() - Method in class com.oracle.appbundler.JMod
 
getName() - Method in class com.oracle.appbundler.Option
 
getNativeLibraries() - Method in class com.inet.gradle.setup.dmg.Dmg
Returns the list of native libraries set for the current project
getNotarization() - Method in class com.inet.gradle.appbundler.OSXCodeSign
Returns the notarization information
getObjectFactory() - Method in class com.inet.gradle.setup.abstracts.AbstractTask
 
getOrCreateChild(Node, String) - Method in class com.inet.gradle.setup.util.XmlFileBuilder
 
getOrCreateChild(Node, String, boolean) - Method in class com.inet.gradle.setup.util.XmlFileBuilder
 
getOrCreateChild(Node, String, String, boolean) - Method in class com.inet.gradle.setup.util.XmlFileBuilder
Returns or creates a child node with a text node entry only
getOrCreateChildById(Node, String, String) - Method in class com.inet.gradle.setup.util.XmlFileBuilder
 
getOrCreateChildById(Node, String, String, boolean) - Method in class com.inet.gradle.setup.util.XmlFileBuilder
 
getOrCreateChildByKeyValue(Node, String, String, String) - Method in class com.inet.gradle.setup.util.XmlFileBuilder
 
getOrCreateChildByKeyValue(Node, String, String, String, boolean) - Method in class com.inet.gradle.setup.util.XmlFileBuilder
Get or create a child element.
getOsTypes() - Method in class com.oracle.appbundler.TypeDeclaration
 
getPasswordKeychainItem() - Method in class com.inet.gradle.appbundler.OSXNotarize
Returns the name of the keychain item that will be used to retrieve the password.
getPasswordPlain() - Method in class com.inet.gradle.appbundler.OSXNotarize
Returns the plain password used for notarization.
getPidFile() - Method in class com.inet.gradle.setup.abstracts.Service
Returns the file name for storing the running process id.
getPostinst() - Method in class com.inet.gradle.setup.abstracts.AbstractSetupTask
Returns the postinst that should be used in the 'postinst' config file.
getPostrm() - Method in class com.inet.gradle.setup.abstracts.AbstractSetupTask
Returns the postrm that should be used in the 'postrm' config file.
getPreferencesLinks() - Method in class com.inet.gradle.setup.dmg.Dmg
Return the list of preferences links
getPreGUI() - Method in class com.inet.gradle.setup.msi.Msi
Returns the preGUI scripts.
getPreinst() - Method in class com.inet.gradle.setup.abstracts.AbstractSetupTask
Returns the preinst that should be used in the 'preinst' config file.
getPrep() - Method in class com.inet.gradle.setup.unix.rpm.Rpm
Returns the prep that should be used in the '%prep' entry in the SPEC file.
getPrerm() - Method in class com.inet.gradle.setup.abstracts.AbstractSetupTask
Returns the prerm that should be used in the 'prerm' config file.
getPriority() - Method in class com.inet.gradle.setup.unix.deb.Deb
 
getProductIdentity() - Method in class com.inet.gradle.appbundler.OSXCodeSign
Return the Identity to sign with This is the "Common Name" part from the certificate
getProject() - Method in class com.inet.gradle.setup.abstracts.AbstractSetupBuilder
Get the current project.
getRecommends() - Method in class com.inet.gradle.setup.unix.deb.Deb
 
getRecommends() - Method in class com.inet.gradle.setup.unix.Unix
The recommended package dependencies
getReferenceUrl() - Method in class com.oracle.appbundler.TypeDeclaration
 
getRelease() - Method in class com.inet.gradle.setup.unix.rpm.Rpm
Returns the release that should be used in the 'Release' entry in the SPEC file.
getRequestedExecutionLevel() - Method in class com.inet.gradle.setup.msi.Launch4j
Returns the requested execution level
getResource() - Method in class com.inet.gradle.setup.abstracts.LocalizedResource
 
getResource() - Method in class com.inet.gradle.setup.msi.MsiLocalizedResource
 
getRole() - Method in class com.inet.gradle.setup.abstracts.DocumentType
 
getRole() - Method in class com.oracle.appbundler.BundleDocument
 
getRootSpec() - Method in class com.inet.gradle.setup.abstracts.AbstractSetupBuilder
 
getRootSpec() - Method in class com.inet.gradle.setup.abstracts.AbstractTask
 
getRunAfter() - Method in class com.inet.gradle.setup.SetupBuilder
A command that run after the installer.
getRunBeforeUninstall() - Method in class com.inet.gradle.setup.SetupBuilder
A command that run before the uninstaller.
getRuntime() - Method in class com.oracle.appbundler.JLink
 
getSchemes() - Method in class com.inet.gradle.setup.abstracts.ProtocolHandler
Return the list of scheme.
getSection() - Method in class com.inet.gradle.setup.unix.Unix
Returns the section that specifies the 'Group' entry in the SPEC file.
getServicePostScript() - Method in class com.inet.gradle.setup.unix.Unix
Returns the service post run script that will be included into the service file.
getServicePreScript() - Method in class com.inet.gradle.setup.unix.Unix
Returns the service pre run script that will be included into the service file.
getServices() - Method in class com.inet.gradle.setup.SetupBuilder
Returns the registered services.
getSetupBackgroundImage() - Method in class com.inet.gradle.setup.dmg.Dmg
Return the background image for the setup
getSetupBuilder() - Method in class com.inet.gradle.setup.abstracts.AbstractSetupTask
Get the setup builder extension.
getSetupBuilder() - Method in class com.inet.gradle.setup.dmg.AbstractOSXApplicationBuilder
 
getSetupDarkBackgroundImage() - Method in class com.inet.gradle.setup.dmg.Dmg
Returns a dark background image for the package installer
getSetupFile() - Method in class com.inet.gradle.setup.abstracts.AbstractTask
The resulting application
getSetupIcon() - Method in class com.inet.gradle.setup.dmg.Dmg
Returns the setup icon
getSetupSource() - Method in class com.inet.gradle.setup.abstracts.AbstractTask
The setup Sources
getSignTool() - Method in class com.inet.gradle.setup.msi.Msi
Get the SignTool configuration if set
getSource() - Method in class com.inet.gradle.setup.abstracts.AbstractSetupBuilder
All the inputs
getSource() - Method in class com.inet.gradle.setup.abstracts.AbstractTask
Overridden for annotation.
getSource() - Method in interface com.inet.gradle.setup.abstracts.SetupSources
Returns the source files for this task.
getSpecHeader() - Method in class com.inet.gradle.setup.unix.rpm.Rpm
Returns the specHeader which are header lines that should be put additionally
getStartArguments() - Method in class com.inet.gradle.setup.abstracts.Application
Returns the command-line arguments for starting.
getStdError() - Method in class com.inet.gradle.setup.abstracts.Service
Returns the redirected stderr filename.
getStdOutput() - Method in class com.inet.gradle.setup.abstracts.Service
Returns the redirected stdout filename.
getSummary() - Method in class com.inet.gradle.setup.unix.rpm.Rpm
Returns the summary that should be used in the 'Summary' entry in the SPEC file.
getTask() - Method in class com.inet.gradle.setup.abstracts.AbstractBuilder
Returns the concrete task
getTeamId() - Method in class com.inet.gradle.appbundler.OSXNotarize
Returns the team ID
getTempFile(String, String) - Method in class com.inet.gradle.setup.util.TempPath
Return a new file from the directory
getTempFile(String) - Method in class com.inet.gradle.setup.util.TempPath
Return a new file
getTempString(String) - Method in class com.inet.gradle.setup.util.TempPath
Return a new temp file as string
getTempString(String, String) - Method in class com.inet.gradle.setup.util.TempPath
Return a new file from the directory
getTitle() - Method in class com.inet.gradle.setup.dmg.PreferencesLink
 
getType() - Method in class com.oracle.appbundler.PlistEntry
 
getUnique(String) - Method in class com.inet.gradle.appbundler.utils.xmlwise.XmlElement
Get the single direct sub-element with the given name.
getValue() - Method in class com.inet.gradle.appbundler.utils.xmlwise.XmlElement
Get the string value contained in this element.
getValue() - Method in class com.oracle.appbundler.Argument
 
getValue() - Method in class com.oracle.appbundler.Option
 
getVariablesTemplate() - Method in class com.inet.gradle.setup.unix.Unix
Default variables for every unix daemon
getVendor() - Method in class com.inet.gradle.setup.abstracts.AbstractSetupBuilder
Vendor of this setup
getVersion() - Method in class com.inet.gradle.setup.abstracts.AbstractSetupBuilder
Get the version of the setup.
getVersion() - Method in class com.inet.gradle.setup.abstracts.AbstractTask
Get the version of the task.
getWelcomePages() - Method in class com.inet.gradle.setup.dmg.Dmg
Return the welcome page list Allowed Format: rtf, rtfd, txt, html
getWindowHeight() - Method in class com.inet.gradle.setup.dmg.Dmg
Return height of Finder view INCLUDING the correction settings
getWindowHeightCorrection() - Method in class com.inet.gradle.setup.dmg.Dmg
Return correction height of Finder view This may be needed if there is a background-image set which does not take the borders of the window into account
getWindowWidth() - Method in class com.inet.gradle.setup.dmg.Dmg
Return width of Finder view INCLUDING the correction settings
getWindowWidthCorrection() - Method in class com.inet.gradle.setup.dmg.Dmg
Return correction width of Finder view This may be needed if there is a background-image set which does not take the borders of the window into account
getWixExtensions() - Method in class com.inet.gradle.setup.msi.Msi
 
getWorkDir() - Method in class com.inet.gradle.setup.abstracts.Application
Get the working directory of this desktop/shortcut entry.
getWrapper() - Method in class com.inet.gradle.setup.abstracts.Service
Name of the daemon wrapper, or the program that should be run as daemon
getWxsTemplate() - Method in class com.inet.gradle.setup.msi.Msi
Get a file to a *.wxs file for the WIX Toolset
getWxsTemplateURL() - Method in class com.inet.gradle.setup.msi.Msi
Get a URL to a *.wxs file for the WIX Toolset
GradleUtils - Class in com.inet.gradle.setup.util
 
GradleUtils() - Constructor for class com.inet.gradle.setup.util.GradleUtils
 

H

hashCode() - Method in class com.inet.gradle.appbundler.utils.xmlwise.XmlElement
 
hasIcon() - Method in class com.oracle.appbundler.BundleDocument
 
hasIcon() - Method in interface com.oracle.appbundler.IconContainer
 
hasIcon() - Method in class com.oracle.appbundler.TypeDeclaration
 

I

i18n(Object) - Method in class com.inet.gradle.setup.msi.Msi
add a localized resource to the project.
IconContainer - Interface in com.oracle.appbundler
 
ImageFactory - Class in com.inet.gradle.setup.image
Factory for platform dependent image formats.
ImageFactory() - Constructor for class com.inet.gradle.setup.image.ImageFactory
 
include(Closure) - Method in interface com.inet.gradle.setup.abstracts.SetupSources
 
include(Iterable<String>) - Method in interface com.inet.gradle.setup.abstracts.SetupSources
 
include(Spec<FileTreeElement>) - Method in interface com.inet.gradle.setup.abstracts.SetupSources
 
include(String...) - Method in interface com.inet.gradle.setup.abstracts.SetupSources
 
IndentationOutputStream - Class in com.inet.gradle.setup.util
A OutputStream that add an indentation on efery line for formatting.
IndentationOutputStream(OutputStream) - Constructor for class com.inet.gradle.setup.util.IndentationOutputStream
Create a instance.
into(Object, Closure) - Method in interface com.inet.gradle.setup.abstracts.SetupSources
 
into(Object) - Method in interface com.inet.gradle.setup.abstracts.SetupSources
 
into(Object, Action<? super CopySpec>) - Method in interface com.inet.gradle.setup.abstracts.SetupSources
 
isAquaSystemAppearanceRequired() - Method in class com.inet.gradle.setup.dmg.Dmg
Returns true, if the application requires the aqua system appearance.
isBackwardCompatible() - Method in class com.inet.gradle.setup.unix.rpm.Rpm
Returns the backward compatibility for old rpm versions
isCaseSensitive() - Method in interface com.inet.gradle.setup.abstracts.SetupSources
 
isDebugOutput() - Method in class com.inet.gradle.appbundler.OSXNotarize
Returns the state of debugging.
isDeepsign() - Method in class com.inet.gradle.appbundler.OSXCodeSign
Should be deep signed?
isFailOnEmptyFrom() - Method in class com.inet.gradle.setup.abstracts.AbstractSetupBuilder
If enabled then an empty from definition is failing the build.
isHardened() - Method in class com.inet.gradle.appbundler.OSXCodeSign
Returns true if the signing process should add the option to sign hardened
isIgnoreError() - Method in class com.inet.gradle.appbundler.OSXCodeSign
True if errors during signing should be ignored
isImported() - Method in class com.oracle.appbundler.TypeDeclaration
 
isKeepAlive() - Method in class com.inet.gradle.setup.abstracts.Service
Return true the job should always be running
isOverridable() - Method in class com.inet.gradle.setup.msi.MsiLocalizedResource
 
isPackage() - Method in class com.oracle.appbundler.BundleDocument
 
isRunAfterOptional() - Method in class com.inet.gradle.setup.msi.Msi
Returns if the runAfter is optional
isRunAsRoot() - Method in class com.inet.gradle.setup.dmg.PreferencesLink
 
isSkipValidation() - Method in class com.inet.gradle.setup.msi.Msi
Returns if the skipValidation is requested
isStartOnBoot() - Method in class com.inet.gradle.setup.abstracts.Service
Returns a boolean flag indicating whether the service is started when the system is booted.
isTaskExecute(Task, Project) - Static method in class com.inet.gradle.setup.util.GradleUtils
Checked if the given task will be executed because set in command line or depends on other executed task.
isUseInitD() - Method in class com.inet.gradle.setup.abstracts.AbstractUnixSetupTask
Checks if the installer should use the old outdated InitD format

J

javaMainExecutable - Variable in class com.inet.gradle.setup.unix.UnixBuilder
 
JLink - Class in com.oracle.appbundler
Class representing a module that will be passed to jlink to build the bundled JVM.
JLink() - Constructor for class com.oracle.appbundler.JLink
 
JMod - Class in com.oracle.appbundler
Class representing a module that will be passed to jlink to build the bundled JVM.
JMod() - Constructor for class com.oracle.appbundler.JMod
 

L

Launch4j - Class in com.inet.gradle.setup.msi
 
Launch4j(AbstractSetupBuilder) - Constructor for class com.inet.gradle.setup.msi.Launch4j
Create a new DesktopStarter
launch4j(Closure<Launch4j>) - Method in class com.inet.gradle.setup.msi.Msi
Register a lauch4j configuration.
launch4j(Action<Launch4j>) - Method in class com.inet.gradle.setup.msi.Msi
Register a lauch4j configuration.
Launch4jCreator - Class in com.inet.gradle.setup.msi
Create the Lauch4j programs if there any configured.
Launch4jCreator() - Constructor for class com.inet.gradle.setup.msi.Launch4jCreator
 
licenseFile(Object) - Method in class com.inet.gradle.setup.SetupBuilder
Add a license file
load(File) - Static method in class com.inet.gradle.appbundler.utils.xmlwise.Plist
Create a nested map<String, Object> from a plist xml file using the default mapping.
load(String) - Static method in class com.inet.gradle.appbundler.utils.xmlwise.Plist
Create a nested map<String, Object> from a plist xml file using the default mapping.
loadDocument(File) - Static method in class com.inet.gradle.appbundler.utils.xmlwise.Xmlwise
Loads an XML document ignoring DTD-validation.
loadDocument(File, boolean, boolean) - Static method in class com.inet.gradle.appbundler.utils.xmlwise.Xmlwise
Loads an XML document.
loadObject(File) - Static method in class com.inet.gradle.appbundler.utils.xmlwise.Plist
Create an object from a plist xml file using the default mapping.
loadObject(String) - Static method in class com.inet.gradle.appbundler.utils.xmlwise.Plist
Create an object from a plist xml file using the default mapping.
loadXml(File) - Static method in class com.inet.gradle.appbundler.utils.xmlwise.Xmlwise
Loads a document from file and transforms it into an XmlElement tree.
loadXml(String) - Static method in class com.inet.gradle.appbundler.utils.xmlwise.Xmlwise
Loads a document from file and transforms it into an XmlElement tree.
LocalizedResource - Class in com.inet.gradle.setup.abstracts
Stub Object for localized resources
LocalizedResource(SetupBuilder) - Constructor for class com.inet.gradle.setup.abstracts.LocalizedResource
Stub Object for localized resources
localizedRtfFile(File, MsiLanguages) - Static method in class com.inet.gradle.setup.msi.MsiLocalizedResource
Returns the file for a localized license
Logging - Class in com.inet.gradle.setup.util
Wrapper Class for logging using the environment variable _SETUPBUILDER_DEBUG=true
Logging() - Constructor for class com.inet.gradle.setup.util.Logging
 
longDescription(Object) - Method in class com.inet.gradle.setup.SetupBuilder
Set the description file

M

minimumUpdateVersion(String) - Method in class com.inet.gradle.setup.SetupBuilder
Set the oldest version which will be updated.
minimumUpdateVersion(String, String) - Method in class com.inet.gradle.setup.SetupBuilder
Set the oldest version which will be updated.
Msi - Class in com.inet.gradle.setup.msi
The msi Gradle task.
Msi() - Constructor for class com.inet.gradle.setup.msi.Msi
Create a new instance.
Msi.InstallScope - Enum in com.inet.gradle.setup.msi
Possible values for install scope
MsiLocalizedResource - Class in com.inet.gradle.setup.msi
Stub Object for localized resources
MsiLocalizedResource(SetupBuilder, File) - Constructor for class com.inet.gradle.setup.msi.MsiLocalizedResource
Stub Object for localized resources

N

nativeLibraries(Object) - Method in class com.inet.gradle.setup.dmg.Dmg
add a native library using any gradle compatible file syntax
normalizeJVMName(File) - Method in class com.oracle.appbundler.Runtime
Returns a normalized version of the JVM name, meaning: it has to have a '.' to be recognized as bundle Or the signature will not work!
notarization(Closure<OSXNotarize<T, S>>) - Method in class com.inet.gradle.appbundler.OSXCodeSign
Set the notarization information via a closure
notarization(Action<? super OSXNotarize<? super T, ? super S>>) - Method in class com.inet.gradle.appbundler.OSXCodeSign
Set the notarization information via an action
notarize(File) - Method in class com.inet.gradle.appbundler.OSXCodeSign
Notarize the given file.

O

objectFromXml(String) - Static method in class com.inet.gradle.appbundler.utils.xmlwise.Plist
Create an object from a plist xml string using the default mapping.
objectFromXmlElement(XmlElement) - Static method in class com.inet.gradle.appbundler.utils.xmlwise.Plist
Create an object from an XmlElement using the default mapping.
Option - Class in com.oracle.appbundler
Class representing an option that will be passed to the JVM at startup.
Option() - Constructor for class com.oracle.appbundler.Option
 
OSXApplicationBuilder - Class in com.inet.gradle.setup.dmg
Build an OSX Application - service
OSXApplicationBuilder(Dmg, SetupBuilder, FileResolver) - Constructor for class com.inet.gradle.setup.dmg.OSXApplicationBuilder
Setup this builder.
OSXCodeSign<T extends AbstractTask,S extends AbstractSetupBuilder> - Class in com.inet.gradle.appbundler
Create code signature for packages.
OSXCodeSign(T, FileResolver) - Constructor for class com.inet.gradle.appbundler.OSXCodeSign
Setup up the Sign Tool
OSXNotarize<T extends AbstractTask,S extends AbstractSetupBuilder> - Class in com.inet.gradle.appbundler
 
OSXNotarize(T, FileResolver, OSXCodeSign<T, S>) - Constructor for class com.inet.gradle.appbundler.OSXNotarize
 
OSXPrefPaneCreator - Class in com.inet.gradle.setup.dmg
 
OSXPrefPaneCreator(Dmg, SetupBuilder, FileResolver, Service) - Constructor for class com.inet.gradle.setup.dmg.OSXPrefPaneCreator
 
OSXScriptBuilder - Class in com.inet.gradle.setup.dmg
Create scripts from templates and replace placeholders according to configuration/application
OSXScriptBuilder(String) - Constructor for class com.inet.gradle.setup.dmg.OSXScriptBuilder
Create an OSX script using the specified template
OSXScriptBuilder(ArrayList<String>) - Constructor for class com.inet.gradle.setup.dmg.OSXScriptBuilder
Creates an instance and concatenates the script from the input lines
OSXScriptBuilder(Application, String) - Constructor for class com.inet.gradle.setup.dmg.OSXScriptBuilder
Create an OSX script using the specified template
OSXScriptBuilder(Service, String) - Constructor for class com.inet.gradle.setup.dmg.OSXScriptBuilder
Create an OSX script using the specified template

P

Plist - Class in com.inet.gradle.appbundler.utils.xmlwise
Plist xml handling (serialization and deserialization)
PlistEntry - Class in com.oracle.appbundler
 
PlistEntry() - Constructor for class com.oracle.appbundler.PlistEntry
 
preferencesLink(Action<? super PreferencesLink>) - Method in class com.inet.gradle.setup.dmg.Dmg
Set a preferences link
PreferencesLink - Class in com.inet.gradle.setup.dmg
Link for the preferences Takes a title and an action
PreferencesLink() - Constructor for class com.inet.gradle.setup.dmg.PreferencesLink
 
preGUI(Object) - Method in class com.inet.gradle.setup.msi.Msi
Add a vbscript or jscript that should be executed before the GUI is displayed.
prepareApplication(Application, boolean) - Method in class com.inet.gradle.setup.dmg.AbstractOSXApplicationBuilder
Prepare the basic settings of the application
processFiles(CopyActionProcessingStreamAction) - Method in class com.inet.gradle.setup.abstracts.AbstractTask
Handle all files of this task.
processFiles(CopyActionProcessingStreamAction) - Method in class com.inet.gradle.setup.msi.Msi
Handle all files of this task.
project - Variable in class com.inet.gradle.setup.abstracts.AbstractSetupBuilder
 
ProtocolHandler - Class in com.inet.gradle.setup.abstracts
Custom Protocol handler.
ProtocolHandler(AbstractSetupBuilder) - Constructor for class com.inet.gradle.setup.abstracts.ProtocolHandler
Construct the protocol handler

R

read() - Method in class com.inet.gradle.setup.util.ReplacingInputStream
read(byte[], int, int) - Method in class com.inet.gradle.setup.util.ReplacingInputStream
removeAttribute(String) - Method in class com.inet.gradle.appbundler.utils.xmlwise.XmlElement
Convenience method to remove an attribute from this element.
rename(Closure) - Method in interface com.inet.gradle.setup.abstracts.SetupSources
 
rename(Pattern, String) - Method in interface com.inet.gradle.setup.abstracts.SetupSources
 
rename(String, String) - Method in interface com.inet.gradle.setup.abstracts.SetupSources
 
rename(Transformer<String, String>) - Method in interface com.inet.gradle.setup.abstracts.SetupSources
 
ReplacingInputStream - Class in com.inet.gradle.setup.util
Stands for the input stream that decorates given input stream and replaces its content during reading according to the specified rules.
ReplacingInputStream(InputStream, Map<byte[], byte[]>) - Constructor for class com.inet.gradle.setup.util.ReplacingInputStream
Creates new ReplacementInputStream object.
ResourceUtils - Class in com.inet.gradle.setup.util
Some Utils for working with resources.
ResourceUtils() - Constructor for class com.inet.gradle.setup.util.ResourceUtils
 
Rpm - Class in com.inet.gradle.setup.unix.rpm
The rpm Gradle task.
Rpm() - Constructor for class com.inet.gradle.setup.unix.rpm.Rpm
the default constructor
RpmBuilder - Class in com.inet.gradle.setup.unix.rpm
 
RpmBuilder(Rpm, SetupBuilder, FileResolver) - Constructor for class com.inet.gradle.setup.unix.rpm.RpmBuilder
Create a new instance
run(File) - Method in class com.inet.gradle.appbundler.OSXNotarize
Execute the notarization on the given file
runAfter(Closure<?>) - Method in class com.inet.gradle.setup.SetupBuilder
Set a command that run after the installer.
runAfter(Action<? super DesktopStarter>) - Method in class com.inet.gradle.setup.SetupBuilder
Set a command that run after the installer.
runBeforeUninstall(Closure<DesktopStarter>) - Method in class com.inet.gradle.setup.SetupBuilder
Set a command that run run before the uninstaller.
runBeforeUninstall(Action<? super DesktopStarter>) - Method in class com.inet.gradle.setup.SetupBuilder
Set a command that run run before the uninstaller.
Runtime - Class in com.oracle.appbundler
 
Runtime(File) - Constructor for class com.oracle.appbundler.Runtime
Constructor with the jre directory to use

S

save() - Method in class com.inet.gradle.setup.util.XmlFileBuilder
Save the XML file
scheme(Object) - Method in class com.inet.gradle.setup.abstracts.ProtocolHandler
Add one or a list of schemes
Service - Class in com.inet.gradle.setup.abstracts
Definition of a service to be installed on the target system.
Service(SetupBuilder) - Constructor for class com.inet.gradle.setup.abstracts.Service
Create a new Service
service(Closure<Service>) - Method in class com.inet.gradle.setup.SetupBuilder
Register a service.
service(Action<? super Service>) - Method in class com.inet.gradle.setup.SetupBuilder
Register a service.
setAction(String) - Method in class com.inet.gradle.setup.dmg.PreferencesLink
 
setAdditionalServiceScript(String) - Method in class com.inet.gradle.setup.unix.Unix
Set an additional service script that will be included into the original one.
setAppIdentifier(String) - Method in class com.inet.gradle.setup.abstracts.AbstractSetupBuilder
Set the short application identifier for the setup file.
setApplication(String) - Method in class com.inet.gradle.setup.abstracts.AbstractSetupBuilder
Setup an application with specified type
setApplicationCategory(String) - Method in class com.oracle.appbundler.AppBundlerTask
 
setApplicationFilePermissions(File) - Method in class com.inet.gradle.setup.dmg.AbstractOSXApplicationBuilder
Set File permissions to the resulting application
setApplicationIdentifier(String) - Method in class com.inet.gradle.setup.dmg.Dmg
Sets an application identifier for the DMG builder.
setAquaSystemAppearanceRequired(boolean) - Method in class com.inet.gradle.setup.dmg.Dmg
Define, that the application requires the system appearance.
setArch(String) - Method in class com.inet.gradle.setup.msi.Msi
Set the architecture of the setup.
setArchitecture(List<String>) - Method in class com.inet.gradle.setup.dmg.Dmg
Create a list of architectures from the given input list of strings.
setArchitecture(String) - Method in class com.inet.gradle.setup.unix.Unix
Set the current architecture
setArchiveName(String) - Method in class com.inet.gradle.setup.abstracts.AbstractSetupBuilder
Set the name of the download file for the setup.
setAttribute(String, Object) - Method in class com.inet.gradle.appbundler.utils.xmlwise.XmlElement
Convenience method to set an attribute on this element.
setBackgroundColor(Color) - Method in class com.inet.gradle.setup.dmg.Dmg
 
setBackgroundImage(File) - Method in class com.inet.gradle.setup.dmg.Dmg
Set background Image for Finder View
setBackwardCompatible(boolean) - Method in class com.inet.gradle.setup.unix.rpm.Rpm
Sets the backward compatibility for old rpm versions
setBannerBmp(Object) - Method in class com.inet.gradle.setup.msi.Msi
Set a file with a banner BMP.
setBuild(String) - Method in class com.inet.gradle.setup.unix.rpm.Rpm
Sets the value for the '%build' entry in the SPEC file.
setBundleJre(Object) - Method in class com.inet.gradle.setup.abstracts.AbstractSetupBuilder
Add a Java VM into your setup.
setBundleJre(Object) - Method in class com.inet.gradle.setup.unix.Unix
Add a Java VM into your setup.
setBundleJreTarget(String) - Method in class com.inet.gradle.setup.abstracts.AbstractSetupBuilder
The target directory in the install directory for a bundled JRE.
setCaseSensitive(boolean) - Method in interface com.inet.gradle.setup.abstracts.SetupSources
 
setCategories(String) - Method in class com.inet.gradle.setup.abstracts.DesktopStarter
Sets the categories as defined by Freedesktop.
setChanges(String) - Method in class com.inet.gradle.setup.unix.deb.Deb
 
setCheckPackage(boolean) - Method in class com.inet.gradle.setup.unix.deb.Deb
 
setClassifier(String) - Method in class com.inet.gradle.setup.abstracts.AbstractTask
Set the classifier part of the installer.
setClasspathRef(Reference) - Method in class com.oracle.appbundler.AppBundlerTask
 
setClean(String) - Method in class com.inet.gradle.setup.unix.rpm.Rpm
Sets the value for the '%clean' entry in the SPEC file.
setCodeSign(Closure<OSXCodeSign<Dmg, SetupBuilder>>) - Method in class com.inet.gradle.setup.dmg.Dmg
Set the needed information for signing the setup.
setCodeSign(Action<? super OSXCodeSign<? super Dmg, ? super SetupBuilder>>) - Method in class com.inet.gradle.setup.dmg.Dmg
Set the needed information for signing the setup.
setConformsTo(String) - Method in class com.oracle.appbundler.TypeDeclaration
 
setContentTypes(String) - Method in class com.oracle.appbundler.BundleDocument
 
setCopyright(String) - Method in class com.inet.gradle.setup.abstracts.AbstractSetupBuilder
Set the copyright information.
setCopyright(String) - Method in class com.oracle.appbundler.AppBundlerTask
 
setDaemonUser(String) - Method in class com.inet.gradle.setup.abstracts.AbstractUnixSetupTask
Sets the user with which the daemon should be running.
setDebug(boolean) - Method in class com.oracle.appbundler.AppBundlerTask
 
setDebugOutput(boolean) - Method in class com.inet.gradle.appbundler.OSXNotarize
Set the state of debugging.
setDeepsign(boolean) - Method in class com.inet.gradle.appbundler.OSXCodeSign
Set deep signing
setDefaultResourceLanguage(String) - Method in class com.inet.gradle.setup.SetupBuilder
 
setDefaultServiceFile(Object) - Method in class com.inet.gradle.setup.unix.Unix
Set the default service configuration file The file will be put at the "/etc/default/$service$" location
setDepends(String) - Method in class com.inet.gradle.setup.unix.Unix
Sets the package dependencies
setDescription(String) - Method in class com.inet.gradle.setup.abstracts.AbstractSetupBuilder
Set a description for the installer.
setDescription(String) - Method in class com.inet.gradle.setup.abstracts.Application
Sets the description.
setDescription(String) - Method in class com.oracle.appbundler.TypeDeclaration
 
setDestinationDir(Object) - Method in class com.inet.gradle.setup.abstracts.AbstractSetupBuilder
Sets the destination of this task.
setDialogBmp(Object) - Method in class com.inet.gradle.setup.msi.Msi
Set a file with the dialog BMP.
setDirMode(Integer) - Method in interface com.inet.gradle.setup.abstracts.SetupSources
 
setDisplayName(String) - Method in class com.inet.gradle.setup.abstracts.Application
Set the displayName of the application.
setDisplayName(String) - Method in class com.oracle.appbundler.AppBundlerTask
 
setDocumentTypes(List<DocumentType>) - Method in class com.inet.gradle.setup.dmg.AbstractOSXApplicationBuilder
Set the document types from the list
setDuplicatesStrategy(DuplicatesStrategy) - Method in interface com.inet.gradle.setup.abstracts.SetupSources
 
setEntitlements(String) - Method in class com.inet.gradle.appbundler.OSXCodeSign
Set an XML content string used while signing the main application bundle
setExcludes(Iterable<String>) - Method in interface com.inet.gradle.setup.abstracts.SetupSources
 
setExecutable(String) - Method in class com.inet.gradle.setup.abstracts.Application
Set the executable file.
setExecutableName(String) - Method in class com.oracle.appbundler.AppBundlerTask
 
setExportableTypes(String) - Method in class com.oracle.appbundler.BundleDocument
 
setExtension(String) - Method in class com.inet.gradle.setup.abstracts.AbstractTask
Set the file extension of the installer.
setExtensions(String) - Method in class com.oracle.appbundler.BundleDocument
 
setExtensions(String) - Method in class com.oracle.appbundler.TypeDeclaration
 
setExternals(Iterable<File>) - Method in class com.inet.gradle.setup.msi.Msi
Sets references to external wsx files
setExternalSignTool(Closure<?>) - Method in class com.inet.gradle.setup.msi.Msi
Set a closure with an external sign tool configuration.
setFailOnEmptyFrom(boolean) - Method in class com.inet.gradle.setup.abstracts.AbstractSetupBuilder
Enable the check.
setFileExtension(String) - Method in class com.inet.gradle.setup.abstracts.DocumentType
Add one file extensions.
setFileExtension(List<String>) - Method in class com.inet.gradle.setup.abstracts.DocumentType
Set multiple file extensions.
setFileMode(Integer) - Method in interface com.inet.gradle.setup.abstracts.SetupSources
 
setFilteringCharset(String) - Method in interface com.inet.gradle.setup.abstracts.SetupSources
 
setFontSize(int) - Method in class com.inet.gradle.setup.dmg.Dmg
Set font size for Finder View
setHandlerRank(String) - Method in class com.oracle.appbundler.BundleDocument
 
setHardened(boolean) - Method in class com.inet.gradle.appbundler.OSXCodeSign
Set true (default=true) to enabled hardened signing for applications.
setHideDockIcon(boolean) - Method in class com.oracle.appbundler.AppBundlerTask
 
setHighResolutionCapable(boolean) - Method in class com.oracle.appbundler.AppBundlerTask
 
setHomepage(String) - Method in class com.inet.gradle.setup.unix.Unix
Sets the homepage of the author
setIcon(File) - Method in class com.oracle.appbundler.AppBundlerTask
 
setIcon(String) - Method in class com.oracle.appbundler.BundleDocument
 
setIcon(String) - Method in class com.oracle.appbundler.TypeDeclaration
 
setIcons(Object) - Method in class com.inet.gradle.setup.abstracts.AbstractSetupBuilder
Set the icons for the setup.
setIcons(Object) - Method in class com.inet.gradle.setup.abstracts.Application
Set the icons for desktop/shortcut entry.
setIcons(Object) - Method in class com.inet.gradle.setup.abstracts.DocumentType
 
setIconSize(int) - Method in class com.inet.gradle.setup.dmg.Dmg
Set size of icons in Finder view
setId(String) - Method in class com.inet.gradle.setup.abstracts.Service
Set the serviceID which should be a short version of the application name It must not contain spaces.
setIdentifier(String) - Method in class com.inet.gradle.appbundler.OSXCodeSign
Specific Identifier to embed in code (option -i)
setIdentifier(String) - Method in class com.oracle.appbundler.AppBundlerTask
 
setIdentifier(String) - Method in class com.oracle.appbundler.TypeDeclaration
 
setIdentity(String) - Method in class com.inet.gradle.appbundler.OSXCodeSign
Set the Identity to sign with.
setIgnoreError(boolean) - Method in class com.inet.gradle.appbundler.OSXCodeSign
Should errors be ignored during signing
setIgnorePSN(boolean) - Method in class com.oracle.appbundler.AppBundlerTask
 
setImported(boolean) - Method in class com.oracle.appbundler.TypeDeclaration
 
setIncludeEmptyDirs(boolean) - Method in interface com.inet.gradle.setup.abstracts.SetupSources
 
setIncludes(Iterable<String>) - Method in interface com.inet.gradle.setup.abstracts.SetupSources
 
setInstall(String) - Method in class com.inet.gradle.setup.unix.rpm.Rpm
Sets the value for the '%install' entry in the SPEC file.
setInstallationRoot(String) - Method in class com.inet.gradle.setup.unix.Unix
Sets the installation root directory where the main files should be located.
setInstallScope(Msi.InstallScope) - Method in class com.inet.gradle.setup.msi.Msi
Set the install scope.
setInstallSize(String) - Method in class com.inet.gradle.setup.unix.deb.Deb
 
setIsPackage(String) - Method in class com.oracle.appbundler.BundleDocument
 
setJarLauncherName(String) - Method in class com.oracle.appbundler.AppBundlerTask
 
setJavaHome(String) - Method in class com.inet.gradle.setup.abstracts.Service
Sets a different JAVA_HOME than defined by JAVA_HOME environment variable.
setJavaVMArguments(ArrayList<String>) - Method in class com.inet.gradle.setup.abstracts.Application
Sets the Java VM Arguments for starting java
setJDKPreferred(boolean) - Method in class com.oracle.appbundler.AppBundlerTask
 
setJnlpLauncherName(String) - Method in class com.inet.gradle.appbundler.AppBundler
Set the JNLP Launcher file This can be used instead of the mainJar
setJnlpLauncherName(String) - Method in class com.oracle.appbundler.AppBundlerTask
 
setJreExcludes(List<String>) - Method in class com.inet.gradle.setup.dmg.Dmg
Set a list of string - defining files - that should be excluded from the bundled JRE
setJreIncludes(List<String>) - Method in class com.inet.gradle.setup.dmg.Dmg
Set a list of string - defining files - that should be included in the bundled JRE
setJREPreferred(boolean) - Method in class com.oracle.appbundler.AppBundlerTask
 
setJvm(String) - Method in class com.inet.gradle.setup.abstracts.Service
Set either auto (i.e.
setJVMRequired(String) - Method in class com.oracle.appbundler.AppBundlerTask
 
setKeepAlive(boolean) - Method in class com.inet.gradle.setup.abstracts.Service
Set if the job should always be running, even if it crashes
setKey(String) - Method in class com.oracle.appbundler.PlistEntry
 
setKeychain(String) - Method in class com.inet.gradle.appbundler.OSXCodeSign
Set Key chain to use for signing.
setKeychainPassword(String) - Method in class com.inet.gradle.appbundler.OSXCodeSign
Set the keychain password to unlock the keychain
setLanguages(Object) - Method in class com.inet.gradle.setup.msi.Msi
Set a list of languages for the setup GUI.
setLibraryPath(String) - Method in class com.inet.gradle.setup.abstracts.Service
Sets the directory added to the search path used to locate the DLLs for the JVM.
setLicense(String) - Method in class com.inet.gradle.setup.unix.rpm.Rpm
Sets the value for the 'License' entry in the SPEC file.
setLicenseFile(Object) - Method in class com.inet.gradle.setup.SetupBuilder
Set the license file
setLintianOptions(String) - Method in class com.inet.gradle.setup.unix.deb.Deb
Set the options used for the 'linting' process.
setLocale(String) - Method in class com.inet.gradle.setup.abstracts.LocalizedResource
 
setLocale(String) - Method in class com.inet.gradle.setup.msi.MsiLocalizedResource
 
setLocation(DesktopStarter.Location) - Method in class com.inet.gradle.setup.abstracts.DesktopStarter
Set the location of this desktop/shortcut entry.
setLogger(Logger) - Method in class com.oracle.appbundler.AppBundlerTask
 
setLogLevel(String) - Method in class com.inet.gradle.setup.abstracts.Service
Sets the daemon log level.
setLogPath(String) - Method in class com.inet.gradle.setup.abstracts.Service
Sets the path to write the daemon logs to.
setLogPrefix(String) - Method in class com.inet.gradle.setup.abstracts.Service
Sets the daemon log file name prefix.
setMainClass(String) - Method in class com.inet.gradle.setup.abstracts.AbstractSetupBuilder
Set the main class of the Java application.
setMainClass(String) - Method in class com.inet.gradle.setup.abstracts.Application
Set the main class of the Java application.
setMainClassName(String) - Method in class com.oracle.appbundler.AppBundlerTask
 
setMainJar(String) - Method in class com.inet.gradle.setup.abstracts.AbstractSetupBuilder
Set the jar which contains the main class.
setMainJar(String) - Method in class com.inet.gradle.setup.abstracts.Application
Set the jar which contains the main class.
setMaintainerEmail(String) - Method in class com.inet.gradle.setup.unix.deb.Deb
 
setMimetype(String) - Method in class com.inet.gradle.setup.abstracts.DocumentType
Sets the mime type of the document type
setMimeTypes(String) - Method in class com.inet.gradle.setup.abstracts.DesktopStarter
Sets the mime type is application is associated with.
setMimeTypes(String) - Method in class com.oracle.appbundler.TypeDeclaration
 
setMinimumSystemVersion(String) - Method in class com.oracle.appbundler.AppBundlerTask
 
setMinimumUpdateMessage(String) - Method in class com.inet.gradle.setup.SetupBuilder
Set the oldest version which will be updated.
setMinOS(double) - Method in class com.inet.gradle.setup.msi.Msi
Set the minimum OS version.
setMultiInstanceCount(int) - Method in class com.inet.gradle.setup.msi.Msi
Set the count of possible multiple instances.
setMultiInstanceScript(Object) - Method in class com.inet.gradle.setup.msi.Msi
Set a vbscript that can change the product name, instance id and other things on a multi instance installation.
setName(String) - Method in class com.inet.gradle.setup.abstracts.DocumentType
 
setName(String) - Method in class com.oracle.appbundler.AppBundlerTask
 
setName(String) - Method in class com.oracle.appbundler.Architecture
 
setName(String) - Method in class com.oracle.appbundler.BundleDocument
 
setName(String) - Method in class com.oracle.appbundler.JMod
 
setName(String) - Method in class com.oracle.appbundler.Option
 
setOsTypes(String) - Method in class com.oracle.appbundler.TypeDeclaration
 
setOutputDirectory(File) - Method in class com.oracle.appbundler.AppBundlerTask
 
setOverridable(boolean) - Method in class com.inet.gradle.setup.msi.MsiLocalizedResource
 
setPasswordKeychainItem(String) - Method in class com.inet.gradle.appbundler.OSXNotarize
Set the name of a keychain item that is going to be used for retrieving the password.
setPasswordPlain(String) - Method in class com.inet.gradle.appbundler.OSXNotarize
Set a plain password to be used for notarization.
setPermissions(File, boolean) - Static method in class com.inet.gradle.setup.unix.UnixBuilder
Sets the permissions of the specified file, either to 644 (non-executable) or 755 (executable).
setPidFile(String) - Method in class com.inet.gradle.setup.abstracts.Service
Sets the file name for storing the running process id.
setPlaceholder(String, String) - Method in class com.inet.gradle.setup.dmg.OSXScriptBuilder
 
setPlaceholder(String, String) - Method in class com.inet.gradle.setup.Template
Replaces occurences of the placeholder {{NAME}} to the specified content.
setPlistClassPaths(String) - Method in class com.oracle.appbundler.AppBundlerTask
 
setPlistProperty(File, String, String) - Method in class com.inet.gradle.setup.dmg.AbstractOSXApplicationBuilder
Modify a plist file
setPostinst(String) - Method in class com.inet.gradle.setup.abstracts.AbstractSetupTask
Adds the content for the 'postinst' config file.
setPostrm(String) - Method in class com.inet.gradle.setup.abstracts.AbstractSetupTask
Adds the content for the 'postrm' config file.
setPreGUI(Object) - Method in class com.inet.gradle.setup.msi.Msi
Set a vbscript or jscript that should be executed before the GUI is displayed.
setPreinst(String) - Method in class com.inet.gradle.setup.abstracts.AbstractSetupTask
Adds the content for the 'preinst' config file.
setPrep(String) - Method in class com.inet.gradle.setup.unix.rpm.Rpm
Sets the value for the '%prep' entry in the SPEC file.
setPrerm(String) - Method in class com.inet.gradle.setup.abstracts.AbstractSetupTask
Adds the content for the 'prerm' config file.
setPriority(String) - Method in class com.inet.gradle.setup.unix.deb.Deb
 
setPrivileged(String) - Method in class com.oracle.appbundler.AppBundlerTask
 
setProductIdentity(String) - Method in class com.inet.gradle.appbundler.OSXCodeSign
Set the Identity to sign with.
setRecommends(String) - Method in class com.inet.gradle.setup.unix.deb.Deb
 
setRecommends(String) - Method in class com.inet.gradle.setup.unix.Unix
Sets the recommended package dependencies
setReferenceUrl(String) - Method in class com.oracle.appbundler.TypeDeclaration
 
setRelease(String) - Method in class com.inet.gradle.setup.unix.rpm.Rpm
Sets the value for the 'Release' entry in the SPEC file.
setRequestedExecutionLevel(String) - Method in class com.inet.gradle.setup.msi.Launch4j
Sets the requested execution level for launch4j
setResource(Object) - Method in class com.inet.gradle.setup.abstracts.LocalizedResource
 
setResource(Object) - Method in class com.inet.gradle.setup.msi.MsiLocalizedResource
 
setRole(String) - Method in class com.inet.gradle.setup.abstracts.DocumentType
Set the role for OSX.
setRole(String) - Method in class com.oracle.appbundler.BundleDocument
 
setRunAfter(String) - Method in class com.inet.gradle.setup.SetupBuilder
Set a command that run after the installer.
setRunAfterIsOptional(boolean) - Method in class com.inet.gradle.setup.msi.Msi
Set that the runAfter is optional
setRunAsRoot(boolean) - Method in class com.inet.gradle.setup.dmg.PreferencesLink
 
setRunBeforeUninstall(String) - Method in class com.inet.gradle.setup.SetupBuilder
Set a command that run before the uninstaller.
setRuntime(String) - Method in class com.oracle.appbundler.JLink
 
setScheme(Object) - Method in class com.inet.gradle.setup.abstracts.ProtocolHandler
Set the scheme.
setSection(String) - Method in class com.inet.gradle.setup.unix.Unix
Set a section (like category) for the application
setServicePostScript(String) - Method in class com.inet.gradle.setup.unix.Unix
Set a service post run script that will be included into the service file.
setServicePreScript(String) - Method in class com.inet.gradle.setup.unix.Unix
Set a service pre run script that will be included into the service file.
setSetupBackgroundImage(Object) - Method in class com.inet.gradle.setup.dmg.Dmg
Set the background image for the setup
setSetupDarkBackgroundImage(Object) - Method in class com.inet.gradle.setup.dmg.Dmg
Set the dark background image for the package installer
setSetupIcon(Object) - Method in class com.inet.gradle.setup.dmg.Dmg
Set up the setup icon
setShortVersion(String) - Method in class com.oracle.appbundler.AppBundlerTask
 
setSignature(String) - Method in class com.oracle.appbundler.AppBundlerTask
 
setSkipValidation(boolean) - Method in class com.inet.gradle.setup.msi.Msi
Set that the skipValidation is requested
setSpecHeader(String) - Method in class com.inet.gradle.setup.unix.rpm.Rpm
Adds an entry to the additional SPEC file header
setStartArguments(String) - Method in class com.inet.gradle.setup.abstracts.Application
Sets the command-line arguments for starting .
setStartDefaultService(boolean) - Method in class com.inet.gradle.setup.unix.Unix
Determine if the default service should be started.
setStartOnBoot(boolean) - Method in class com.inet.gradle.setup.abstracts.Service
Sets a boolean flag indicating whether the service is started when the system is booted.
setStdError(String) - Method in class com.inet.gradle.setup.abstracts.Service
Sets the redirected stderr filename.
setStdOutput(String) - Method in class com.inet.gradle.setup.abstracts.Service
Sets the redirected stdout filename.
setSummary(String) - Method in class com.inet.gradle.setup.unix.rpm.Rpm
Sets the value for the 'Summary' entry in the SPEC file.
setSupportsAutomaticGraphicsSwitching(boolean) - Method in class com.oracle.appbundler.AppBundlerTask
 
setTask(AppBundlerTask) - Method in class com.oracle.appbundler.JLink
 
setTeamId(String) - Method in class com.inet.gradle.appbundler.OSXNotarize
Set the team Id which is required for the notarization.
setTitle(String) - Method in class com.inet.gradle.setup.dmg.PreferencesLink
 
setType(String) - Method in class com.oracle.appbundler.PlistEntry
 
setup - Variable in class com.inet.gradle.setup.abstracts.Application
 
setup - Variable in class com.inet.gradle.setup.unix.UnixBuilder
 
setup - Variable in class com.inet.gradle.setup.util.XmlFileBuilder
 
SetupBuilder - Class in com.inet.gradle.setup
The Gradle extension for all setup tasks.
SetupBuilder(Project) - Constructor for class com.inet.gradle.setup.SetupBuilder
Create a new instance.
SetupBuilderPlugin - Class in com.inet.gradle.setup
The central plugin class of this Gradle plugin.
SetupBuilderPlugin() - Constructor for class com.inet.gradle.setup.SetupBuilderPlugin
 
SetupSources - Interface in com.inet.gradle.setup.abstracts
Implementation of the CopySpec interface.
setUseInitD(boolean) - Method in class com.inet.gradle.setup.abstracts.AbstractUnixSetupTask
Specifies if the installer should use the old outdated InitD format.
setValue(String) - Method in class com.oracle.appbundler.Argument
 
setValue(String) - Method in class com.oracle.appbundler.Option
 
setVendor(String) - Method in class com.inet.gradle.setup.abstracts.AbstractSetupBuilder
Set the vendor
setVersion(String) - Method in class com.inet.gradle.setup.abstracts.AbstractSetupBuilder
Set the version of the setup.
setVersion(String) - Method in class com.inet.gradle.setup.abstracts.AbstractTask
Set the version of the task
setVersion(String) - Method in class com.oracle.appbundler.AppBundlerTask
 
setWindowHeight(int) - Method in class com.inet.gradle.setup.dmg.Dmg
Set height of Finder view
setWindowHeightCorrection(int) - Method in class com.inet.gradle.setup.dmg.Dmg
Set correction height of Finder view This may be needed if there is a background-image set which does not take the borders of the window into account
setWindowWidth(int) - Method in class com.inet.gradle.setup.dmg.Dmg
Set width of Finder view
setWindowWidthCorrection(int) - Method in class com.inet.gradle.setup.dmg.Dmg
Set correction width of Finder view This may be needed if there is a background-image set which does not take the borders of the window into account
setWixExtensions(Iterable<String>) - Method in class com.inet.gradle.setup.msi.Msi
Sets list of wix extension dll's
setWorkDir(String) - Method in class com.inet.gradle.setup.abstracts.Application
Set the working directory.
setWorkingDirectory(String) - Method in class com.oracle.appbundler.AppBundlerTask
 
setWrapper(String) - Method in class com.inet.gradle.setup.abstracts.Service
Name of the daemon wrapper, or the program that should be run as daemon
setWxsTemplate(Object) - Method in class com.inet.gradle.setup.msi.Msi
Set an optional *.wxs file as template for building the final file with the settings of the gradle task.
shouldCheckPackage() - Method in class com.inet.gradle.setup.unix.deb.Deb
 
shouldStartDefaultService() - Method in class com.inet.gradle.setup.unix.Unix
Check if the default service should be started during the setup
signApplication(File) - Method in class com.inet.gradle.appbundler.OSXCodeSign
Signed an application package
signProduct(File) - Method in class com.inet.gradle.appbundler.OSXCodeSign
Signed a product package
signTool(Closure<SignTool>) - Method in class com.inet.gradle.setup.msi.Msi
Set the needed information for signing the setup.
signTool(Action<? super SignTool>) - Method in class com.inet.gradle.setup.msi.Msi
Set the needed information for signing the setup.
store(Map<String, Object>, String) - Static method in class com.inet.gradle.appbundler.utils.xmlwise.Plist
Store a nested map<String, Object> as a plist using the default mapping.
store(Map<String, Object>, File) - Static method in class com.inet.gradle.appbundler.utils.xmlwise.Plist
Store a nested map<String, Object> as a plist using the default mapping.
storeObject(Object, String) - Static method in class com.inet.gradle.appbundler.utils.xmlwise.Plist
Store an object as a plist using the default mapping.
storeObject(Object, File) - Static method in class com.inet.gradle.appbundler.utils.xmlwise.Plist
Store an object as a plist using the default mapping.
Strings - Class in com.inet.gradle.setup.util
 
syserr(String) - Static method in class com.inet.gradle.setup.util.Logging
Convenience Method for error logging.
sysout(String) - Static method in class com.inet.gradle.setup.util.Logging
Convenience Method to log output only if environment has _SETUPBUILDER_DEBUG=true

T

task - Variable in class com.inet.gradle.setup.abstracts.AbstractBuilder
 
task - Variable in class com.inet.gradle.setup.util.XmlFileBuilder
 
Template - Class in com.inet.gradle.setup
Simple template class for replacing placeholders in text files (e.g.
Template(String) - Constructor for class com.inet.gradle.setup.Template
Creates an instance and loads the specified file from the classpath as template.
Template(ArrayList<String>) - Constructor for class com.inet.gradle.setup.Template
Creates an instance and concatenates the script from the input lines
TempPath - Class in com.inet.gradle.setup.util
Automatically create and tear down a temporary directory Also create additional directories when needed.
TempPath(Path) - Constructor for class com.inet.gradle.setup.util.TempPath
Create a TempPath in a defined directory
TempPath() - Constructor for class com.inet.gradle.setup.util.TempPath
Create a TempPath in a temporary Directory
toPlist(Object) - Static method in class com.inet.gradle.appbundler.utils.xmlwise.Plist
Convert an object to a plist xml string using the default mapping.
toString() - Method in class com.inet.gradle.appbundler.utils.xmlwise.XmlElement
 
toString() - Method in class com.inet.gradle.setup.dmg.OSXScriptBuilder
Create a string containing all subscripts
toString() - Method in class com.inet.gradle.setup.Template
 
toString() - Method in class com.oracle.appbundler.Architecture
 
toString() - Method in class com.oracle.appbundler.Argument
 
toString() - Method in class com.oracle.appbundler.BundleDocument
 
toString() - Method in class com.oracle.appbundler.JLink
 
toString() - Method in class com.oracle.appbundler.JMod
 
toString() - Method in class com.oracle.appbundler.Option
 
toString() - Method in class com.oracle.appbundler.TypeDeclaration
 
toXml(Map<String, Object>) - Static method in class com.inet.gradle.appbundler.utils.xmlwise.Plist
Convert a nested map<String, Object> as a plist xml string using the default mapping.
toXml() - Method in class com.inet.gradle.appbundler.utils.xmlwise.XmlElement
Renders this as XML.
toXml() - Method in class com.inet.gradle.appbundler.utils.xmlwise.XmlElementAttributes
Renders the content of the attributes as Xml.
TypeDeclaration - Class in com.oracle.appbundler
Class representing an UTExportedTypeDeclaration or UTImportedTypeDeclaration in Info.plist
TypeDeclaration() - Constructor for class com.oracle.appbundler.TypeDeclaration
 

U

Unix - Class in com.inet.gradle.setup.unix
The unix base implementation for SetupBuilder.
Unix(String) - Constructor for class com.inet.gradle.setup.unix.Unix
 
UnixBuilder<T extends Unix,S extends AbstractSetupBuilder> - Class in com.inet.gradle.setup.unix
 
UnixBuilder(T, SetupBuilder, FileResolver) - Constructor for class com.inet.gradle.setup.unix.UnixBuilder
Create a new instance
unlockKeychain() - Method in class com.inet.gradle.appbundler.OSXCodeSign
Unlocks the keychain if the password is not null.
unZipIt(File, File) - Static method in class com.inet.gradle.setup.util.ResourceUtils
Unzip it
unZipIt(File, File, Function<String, String>) - Static method in class com.inet.gradle.setup.util.ResourceUtils
 
unZipIt(File, File, Function<String, String>, Function<InputStream, InputStream>) - Static method in class com.inet.gradle.setup.util.ResourceUtils
 
unZipIt(File, File, String, Function<String, String>, Function<InputStream, InputStream>) - Static method in class com.inet.gradle.setup.util.ResourceUtils
 

V

valueOf(String) - Static method in enum com.inet.gradle.setup.abstracts.DesktopStarter.Location
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.inet.gradle.setup.msi.Msi.InstallScope
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.inet.gradle.setup.abstracts.DesktopStarter.Location
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.inet.gradle.setup.msi.Msi.InstallScope
Returns an array containing the constants of this enum type, in the order they are declared.

W

welcomePage(Object) - Method in class com.inet.gradle.setup.dmg.Dmg
Set the welcome page Allowed Format: rtf, rtfd, txt, html
with(CopySpec...) - Method in interface com.inet.gradle.setup.abstracts.SetupSources
 
write(int) - Method in class com.inet.gradle.setup.util.IndentationOutputStream
writeBundleDocuments(XMLStreamWriter, ArrayList<BundleDocument>, int) - Method in class com.oracle.appbundler.AppBundlerTask
 
writeIndentation(XMLStreamWriter, int) - Method in class com.oracle.appbundler.AppBundlerTask
 
writeStringArray(XMLStreamWriter, String, Iterable<String>, int) - Method in class com.oracle.appbundler.AppBundlerTask
 
writeTo(File) - Method in class com.inet.gradle.setup.dmg.OSXScriptBuilder
Write file and set permissions
writeTo(File) - Method in class com.inet.gradle.setup.Template
Writes the template with replaced placeholder to the specified file.
writeTypeDeclarations(XMLStreamWriter, ArrayList<TypeDeclaration>, int) - Method in class com.oracle.appbundler.AppBundlerTask
 

X

XmlElement - Class in com.inet.gradle.appbundler.utils.xmlwise
A simplified XML Element that only has an attribute map, a list of sub elements a text value and a name.
XmlElement(Element) - Constructor for class com.inet.gradle.appbundler.utils.xmlwise.XmlElement
Creates a new XmlElement given an Element object.
XmlElement(String, String) - Constructor for class com.inet.gradle.appbundler.utils.xmlwise.XmlElement
Creates a new XmlElement with the given name and inner text value.
XmlElement(String) - Constructor for class com.inet.gradle.appbundler.utils.xmlwise.XmlElement
Creates a new XmlElement with the given name with no inner text.
XmlElementAttributes - Class in com.inet.gradle.appbundler.utils.xmlwise
This is a hash map containing all attributes of a single element.
XmlElementAttributes(Element) - Constructor for class com.inet.gradle.appbundler.utils.xmlwise.XmlElementAttributes
Creates an object given an Element object.
xmlFile - Variable in class com.inet.gradle.setup.util.XmlFileBuilder
 
XmlFileBuilder<T extends AbstractSetupTask> - Class in com.inet.gradle.setup.util
Build an XML.
XmlFileBuilder(T, SetupBuilder, File, File, URL) - Constructor for class com.inet.gradle.setup.util.XmlFileBuilder
 
XmlParseException - Exception in com.inet.gradle.appbundler.utils.xmlwise
Generic exception when parsing xml.
XmlParseException(Throwable) - Constructor for exception com.inet.gradle.appbundler.utils.xmlwise.XmlParseException
 
XmlParseException(String) - Constructor for exception com.inet.gradle.appbundler.utils.xmlwise.XmlParseException
 
XmlParseException(String, Throwable) - Constructor for exception com.inet.gradle.appbundler.utils.xmlwise.XmlParseException
 
Xmlwise - Class in com.inet.gradle.appbundler.utils.xmlwise
Xmlwise convenience methods for loading xml documents and render them into XmlElement trees.
A B C D E F G H I J L M N O P R S T U V W X 
Skip navigation links