- 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.