- generatePlatformFeature - Property in PlatformPluginExtension
-
States if a general feature should be created.
- getAll() - Method in SwtPlatform
-
Returns all of the platforms.
- getArch() - Method in BundleArtifact
-
Target Architecture of the bundle.
- getArch() - Method in FileBundleArtifact
-
- getArch() - Method in OS
-
Returns the architecture of the given operating system.
- getArch() - Method in ResolvedBundleArtifact
-
- getArch() - Method in SwtPlatform
-
Returns the CPU architecture.
- getArtifact() - Method in ResolvedBundleArtifact
-
- getArtifacts(org.gradle.api.Project, org.gradle.api.artifacts.Dependency) - Method in DependencyHelper
-
Resolve a specific dependency to artifacts, excluding transitive dependencies.
- getBndClosures() - Method in StoredConfig
-
- getBndClosures() - Method in UnmodifiableStoredConfig
-
- getBndConfig() - Method in BundleArtifact
-
The associated bnd configuration, if any
- getBndConfig() - Method in ResolvedBundleArtifact
-
- getBndConfig() - Method in SourceBundleArtifact
-
- getBundleConfig() - Method in MergeConfig
-
- getBundleName() - Method in BndConfig
-
- getBundleName() - Method in BundleArtifact
-
The bundle name.
- getBundleName() - Method in ResolvedBundleArtifact
-
- getBundleName() - Method in SourceBundleArtifact
-
- getBundles() - Method in ArtifactFeature
-
- getBundles() - Method in DefaultFeature
-
- getBundles() - Method in Feature
-
- getBundles() - Method in SourceFeature
-
- getClassifier(org.gradle.api.artifacts.Dependency) - Method in DependencyHelper
-
Determine the classifier for a dependency.
- getClassifier() - Method in DummyDependency
-
- getConfiguration(java.lang.String, java.lang.String, java.lang.String, java.lang.String, boolean, org.standardout.gradle.plugin.platform.internal.DependencyArtifact) - Method in Configurations
-
Get the (combined) configuration for the given parameters defining a dependency.
- getDefaultConfig() - Method in Configurations
-
- getDependency() - Method in ResolvedBundleArtifact
-
- getDetachedArtifacts(org.gradle.api.Project, java.lang.Object) - Method in DependencyHelper
-
Retrieve artifacts for a specific dependency.
- getDetachedDependency(org.gradle.api.Project, java.lang.Object, java.lang.String, boolean) - Method in DependencyHelper
-
Retrieve a specific dependency.
- getDirectDependencies(org.gradle.api.Project) - Method in DependencyArtifact
-
- Returns:
- the direct dependencies of this artifact
- getDirectDependencies(org.gradle.api.Project, java.lang.Object) - Method in DependencyHelper
-
Retrieve the direct dependencies of a specific dependency.
- getDirectDependencies(org.gradle.api.Project) - Method in MergeBundleArtifact
-
- getDirectDependencies(org.gradle.api.Project) - Method in ResolvedBundleArtifact
-
- getFile() - Method in BundleArtifact
-
The associated file.
- getFile() - Method in ResolvedBundleArtifact
-
- getGroup() - Method in DummyDependency
-
- getId() - Method in BundleArtifact
-
The unique identifier.
- getId() - Method in Feature
-
- getId() - Method in ResolvedBundleArtifact
-
- getId() - Method in SourceFeature
-
- getImportsClosures() - Method in StoredConfig
-
- getImportsClosures() - Method in UnmodifiableStoredConfig
-
- getIncludedFeatures() - Method in ArtifactFeature
-
- getIncludedFeatures() - Method in DefaultFeature
-
- getIncludedFeatures() - Method in Feature
-
- getIncludedFeatures() - Method in SourceFeature
-
- getInstruction(java.lang.String) - Method in BndConfig
-
Returns the value of the bnd instruction with the given name.
- getLabel() - Method in Feature
-
- getLabel() - Method in SourceFeature
-
- getLicense() - Method in Feature
-
- getMatchClosures() - Method in MergeConfig
-
- getModifiedVersion() - Method in BundleArtifact
-
The modified bundle version to use.
- getModifiedVersion() - Method in ResolvedBundleArtifact
-
- getModifiedVersion() - Method in SourceBundleArtifact
-
- getName() - Method in DummyDependency
-
- getNative() - Method in Arch
-
Returns the Arch for the native platform: 32-bit JVM on 64-bit Windows returns Arch.x64.
- getNative() - Method in OS
-
Returns the native OS: 32-bit JVM on 64-bit Windows returns OS.WIN_64.
- getNative() - Method in SwtPlatform
-
Returns the SwtPlatform for the native platform: 32-bit JVM on 64-bit Windows returns x86_64.
- getNoWrapReason() - Method in BundleArtifact
-
The reason why it should not be wrapped
- getNoWrapReason() - Method in FileBundleArtifact
-
- getNoWrapReason() - Method in ResolvedBundleArtifact
-
- getOs() - Method in BundleArtifact
-
Target OS of the bundle.
- getOs() - Method in FileBundleArtifact
-
- getOs() - Method in ResolvedBundleArtifact
-
- getOs() - Method in SwtPlatform
-
Returns the operating system.
- getOverrideConfig() - Method in Configurations
-
- getProperty(java.lang.String) - Method in IgnoreMethodDecorator
-
- getProperty(java.lang.String) - Method in IgnoreSetPropertyDecorator
-
- getProperty(java.lang.String) - Method in LaxPropertyDecorator
-
- getProviderName() - Method in DefaultFeature
-
- getProviderName() - Method in Feature
-
- getQualifier(java.lang.String, java.lang.String, org.osgi.framework.Version, java.lang.String) - Method in DefaultQualifierMap
-
- getQualifier(java.lang.String, java.lang.String, org.osgi.framework.Version, java.lang.String) - Method in VersionQualifierMap
-
Get the qualifier to use for a specific artifact.
- getQualifierMap(org.gradle.api.Project) - Method in VersionUtil
-
- getReason() - Method in DummyDependency
-
- getRepresentedDependencies() - Method in DependencyArtifact
-
- Returns:
- the resolved dependencies the artifact represents
(no transitive dependencies)
- getRepresentedDependencies() - Method in MergeBundleArtifact
-
- getRepresentedDependencies() - Method in ResolvedBundleArtifact
-
- getRunning() - Method in Arch
-
Returns the Arch for the native platform: 32-bit JVM on 64-bit Windows returns Arch.x86.
- getRunning() - Method in OS
-
Returns the running OS: 32-bit JVM on 64-bit Windows returns OS.WIN_32.
- getRunning() - Method in SwtPlatform
-
Returns the SwtPlatform for the running platform: 32-bit JVM on 64-bit Windows returns x86.
- getSourceBundle() - Method in BundleArtifact
-
The associated source bundle, if any.
- getSymbolicName() - Method in BndConfig
-
- getSymbolicName() - Method in BundleArtifact
-
The bundle symbolic name.
- getSymbolicName() - Method in ResolvedBundleArtifact
-
- getSymbolicName() - Method in SourceBundleArtifact
-
- getSymbolicNameAndPackageImports(java.io.File) - Method in BndHelper
-
Creates a aQute.libg.tuple.Pair with the {
- value:
- Constants#BUNDLE_SYMBOLICNAME} as
first value and a list of imported packages as second value of the given
bundle, but without meta data like version and others .
- getTargetFileName() - Method in BundleArtifact
-
The name of the target file.
- getTargetFileName() - Method in ResolvedBundleArtifact
-
- getVersion() - Method in ArtifactFeature
-
- getVersion() - Method in BndConfig
-
- getVersion() - Method in BundleArtifact
-
The original version.
- getVersion() - Method in DefaultFeature
-
- getVersion() - Method in DummyDependency
-
- getVersion() - Method in Feature
-
- getVersion() - Method in ResolvedBundleArtifact
-
- getWs() - Method in BundleArtifact
-
Allowed window subsystem of the bundle.
- getWs() - Method in FileBundleArtifact
-
- getWs() - Method in ResolvedBundleArtifact
-
- getWs() - Method in SwtPlatform
-
Returns the windowing system.
- getWuffString() - Method in SwtPlatform
-
Returns the folder name that
wuff uses for this SwtPlatform.
- group - Property in BndConfig
-
- group - Property in ImportsConfig
-
- group - Property in ResolvedBundleArtifact
-