Skip navigation links
A B D F G O P S T U W X 

A

APP_EXTENSION - Static variable in interface dev.nokee.ide.xcode.XcodeIdeProductTypes
 
APPLICATION - Static variable in interface dev.nokee.ide.xcode.XcodeIdeProductTypes
 

B

buildConfigurations(Action<? super NamedDomainObjectContainer<XcodeIdeBuildConfiguration>>) - Method in interface dev.nokee.ide.xcode.XcodeIdeTarget
Configures the build configuration container with the specified action.
BUNDLE - Static variable in interface dev.nokee.ide.xcode.XcodeIdeProductTypes
 

D

dev.nokee.ide.xcode - package dev.nokee.ide.xcode
Model classes for Xcode IDE.
DYNAMIC_LIBRARY - Static variable in interface dev.nokee.ide.xcode.XcodeIdeProductTypes
 

F

FRAMEWORK - Static variable in interface dev.nokee.ide.xcode.XcodeIdeProductTypes
 

G

getApplication() - Method in interface dev.nokee.ide.xcode.XcodeIdeProductTypes
Returns an application product type, also known as an application bundle.
getBuildConfigurations() - Method in interface dev.nokee.ide.xcode.XcodeIdeTarget
Returns the build configurations this target can build.
getBuildSettings() - Method in interface dev.nokee.ide.xcode.XcodeIdeBuildConfiguration
Returns the build settings for this build configuration.
getDynamicLibrary() - Method in interface dev.nokee.ide.xcode.XcodeIdeProductTypes
Returns a dynamic library product type, also known as a shared library.
getElements() - Method in interface dev.nokee.ide.xcode.XcodeIdeBuildSettings
Returns the elements of the build settings.
getIdentifier() - Method in class dev.nokee.ide.xcode.XcodeIdeProductType
Returns the product type identifier.
getIdeTarget() - Method in interface dev.nokee.ide.xcode.XcodeIdeTarget
Returns this Xcode target instance.
getKnownValues() - Static method in interface dev.nokee.ide.xcode.XcodeIdeProductTypes
Returns all known product types.
getLocation() - Method in interface dev.nokee.ide.xcode.XcodeIdeProject
Returns the location of the generated project.
getLocation() - Method in interface dev.nokee.ide.xcode.XcodeIdeWorkspace
Returns the location of the generated workspace.
getProductLocation() - Method in interface dev.nokee.ide.xcode.XcodeIdeBuildConfiguration
Returns the product location built by Gradle.
getProductName() - Method in interface dev.nokee.ide.xcode.XcodeIdeTarget
Returns the product name this target is building.
getProductReference() - Method in interface dev.nokee.ide.xcode.XcodeIdeTarget
Returns the product reference filename of the product.
getProductType() - Method in interface dev.nokee.ide.xcode.XcodeIdeTarget
Returns the product type this target is building.
getProductTypes() - Method in interface dev.nokee.ide.xcode.XcodeIdeProjectExtension
Returns a repository containing all the known product types by the plugin.
getProjects() - Method in interface dev.nokee.ide.xcode.XcodeIdeProjectExtension
Returns the projects to generate for this Gradle project.
getProjects() - Method in interface dev.nokee.ide.xcode.XcodeIdeWorkspace
Returns Xcode projects to include in the workspace.
getSources() - Method in interface dev.nokee.ide.xcode.XcodeIdeTarget
Returns the sources this target will build.
getStaticLibrary() - Method in interface dev.nokee.ide.xcode.XcodeIdeProductTypes
Returns a static library product, also known as static library.
getTargets() - Method in interface dev.nokee.ide.xcode.XcodeIdeProject
Returns the targets for this project.
getTool() - Method in interface dev.nokee.ide.xcode.XcodeIdeProductTypes
Returns a tool product type, also known as a command line executable.
getWorkspace() - Method in interface dev.nokee.ide.xcode.XcodeIdeWorkspaceExtension
Returns the generated Xcode workspace for this Gradle build.

O

of(String) - Static method in class dev.nokee.ide.xcode.XcodeIdeProductType
Creates a product type of the specified identifier.
of(String) - Method in interface dev.nokee.ide.xcode.XcodeIdeProductTypes
Creates a product type of the specified identifier.

P

projects(Action<? super NamedDomainObjectContainer<XcodeIdeProject>>) - Method in interface dev.nokee.ide.xcode.XcodeIdeProjectExtension
Configures the project container with the specified action.
put(String, Provider<Object>) - Method in interface dev.nokee.ide.xcode.XcodeIdeBuildSettings
Puts a new build setting entry for the specified name and value.
put(String, Object) - Method in interface dev.nokee.ide.xcode.XcodeIdeBuildSettings
Puts a new build setting entry for the specified name and value.

S

STATIC_FRAMEWORK - Static variable in interface dev.nokee.ide.xcode.XcodeIdeProductTypes
 
STATIC_LIBRARY - Static variable in interface dev.nokee.ide.xcode.XcodeIdeProductTypes
 

T

targets(Action<? super NamedDomainObjectContainer<XcodeIdeTarget>>) - Method in interface dev.nokee.ide.xcode.XcodeIdeProject
Configures the target container with the specified action.
TOOL - Static variable in interface dev.nokee.ide.xcode.XcodeIdeProductTypes
 
toString() - Method in class dev.nokee.ide.xcode.XcodeIdeProductType
 

U

UI_TEST - Static variable in interface dev.nokee.ide.xcode.XcodeIdeProductTypes
 
UNIT_TEST - Static variable in interface dev.nokee.ide.xcode.XcodeIdeProductTypes
 

W

WATCH_APPLICATION - Static variable in interface dev.nokee.ide.xcode.XcodeIdeProductTypes
 

X

XcodeIdeBuildConfiguration - Interface in dev.nokee.ide.xcode
Represent a build configuration of a target.
XcodeIdeBuildSettings - Interface in dev.nokee.ide.xcode
Represent the build settings of a build configuration for a target.
XcodeIdeProductType - Class in dev.nokee.ide.xcode
Represent a product type supported by Xcode IDE.
XcodeIdeProductType() - Constructor for class dev.nokee.ide.xcode.XcodeIdeProductType
 
XcodeIdeProductTypes - Interface in dev.nokee.ide.xcode
Factory for accessing known Xcode IDE product types or to create custom product types.
XcodeIdeProject - Interface in dev.nokee.ide.xcode
Represents a Xcode IDE project.
XcodeIdeProjectExtension - Interface in dev.nokee.ide.xcode
The configuration for mapping a Gradle project to Xcode projects.
XcodeIdeTarget - Interface in dev.nokee.ide.xcode
Represents a Xcode IDE target.
XcodeIdeWorkspace - Interface in dev.nokee.ide.xcode
Represents the generated Xcode IDE workspace.
XcodeIdeWorkspaceExtension - Interface in dev.nokee.ide.xcode
The configuration for mapping a Gradle project to Xcode projects and workspace.
A B D F G O P S T U W X 
Skip navigation links