Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- adapt(Class<T>) - Method in interface org.eclipse.tycho.ReactorProject
- addMapping(String, URI) - Method in interface org.eclipse.tycho.IRepositoryIdManager
- ARCH_PPC - Static variable in class org.eclipse.tycho.PlatformPropertiesUtils
- ARCH_X86 - Static variable in class org.eclipse.tycho.PlatformPropertiesUtils
- ARCH_X86_64 - Static variable in class org.eclipse.tycho.PlatformPropertiesUtils
- ArtifactDescriptor - Interface in org.eclipse.tycho
-
An artifact (i.e. a file) in project build target platform.
- ArtifactKey - Interface in org.eclipse.tycho
-
Eclipse/OSGi artifact key.
- ArtifactType - Class in org.eclipse.tycho
-
Types of Eclipse/OSGi artifacts which can be referenced in a Tycho build.
- ArtifactType() - Constructor for class org.eclipse.tycho.ArtifactType
B
- BUILD_PROPERTIES - Static variable in interface org.eclipse.tycho.BuildPropertiesParser
- BUILD_QUALIFIER - Static variable in class org.eclipse.tycho.TychoProperties
- BuildDirectory - Interface in org.eclipse.tycho
- BuildFailureException - Exception in org.eclipse.tycho
-
Exception indicating a user error e.g. an invalid or inconsistent build configuration.
- BuildFailureException(String) - Constructor for exception org.eclipse.tycho.BuildFailureException
- BuildFailureException(String, Throwable) - Constructor for exception org.eclipse.tycho.BuildFailureException
- BuildOutputDirectory - Class in org.eclipse.tycho
-
Represents the build output directory of a Maven project (aka "target folder").
- BuildOutputDirectory(File) - Constructor for class org.eclipse.tycho.BuildOutputDirectory
- BuildOutputDirectory(File, File, File) - Constructor for class org.eclipse.tycho.BuildOutputDirectory
- BuildProperties - Interface in org.eclipse.tycho
-
Represents a PDE build.properties file as defined by
- BuildPropertiesParser - Interface in org.eclipse.tycho
- BUNDLES_INFO_PATH - Static variable in interface org.eclipse.tycho.TychoConstants
C
- CLASSIFIER_P2_ARTIFACTS - Static variable in interface org.eclipse.tycho.TychoConstants
- CLASSIFIER_P2_METADATA - Static variable in interface org.eclipse.tycho.TychoConstants
- clearTargetPlatform(ReactorProject) - Method in interface org.eclipse.tycho.TargetPlatformService
-
Clears the given target platform for this project
- CONFIG_INI_PATH - Static variable in interface org.eclipse.tycho.TychoConstants
- Credentials(String, String, URI) - Constructor for class org.eclipse.tycho.MavenRepositorySettings.Credentials
- CTX_BASENAME - Static variable in interface org.eclipse.tycho.TychoConstants
- CTX_BUILDPROPERTIESPARSER - Static variable in interface org.eclipse.tycho.ReactorProject
- CTX_DEPENDENCY_ARTIFACTS - Static variable in interface org.eclipse.tycho.TychoConstants
- CTX_DEPENDENCY_SEEDS - Static variable in interface org.eclipse.tycho.TychoConstants
- CTX_DEPENDENCY_WALKER - Static variable in interface org.eclipse.tycho.TychoConstants
- CTX_ECLIPSE_PLUGIN_PROJECT - Static variable in interface org.eclipse.tycho.TychoConstants
- CTX_ECLIPSE_PLUGIN_TEST_CLASSPATH - Static variable in interface org.eclipse.tycho.TychoConstants
- CTX_ECLIPSE_PLUGIN_TEST_EXTRA_CLASSPATH - Static variable in interface org.eclipse.tycho.TychoConstants
- CTX_EXECUTION_ENVIRONMENT_CONFIGURATION - Static variable in interface org.eclipse.tycho.TychoConstants
- CTX_INTERPOLATOR - Static variable in interface org.eclipse.tycho.ReactorProject
- CTX_MERGED_PROPERTIES - Static variable in interface org.eclipse.tycho.TychoConstants
- CTX_REPOSITORY_REFERENCE - Static variable in interface org.eclipse.tycho.TychoConstants
- CTX_TARGET_PLATFORM_CONFIGURATION - Static variable in interface org.eclipse.tycho.TychoConstants
- CTX_TEST_DEPENDENCY_ARTIFACTS - Static variable in interface org.eclipse.tycho.TychoConstants
-
Stores test-specific dependencies (usually derived from .classpath)
D
- DefaultArtifactKey - Class in org.eclipse.tycho
- DefaultArtifactKey(String, String) - Constructor for class org.eclipse.tycho.DefaultArtifactKey
- DefaultArtifactKey(String, String, String) - Constructor for class org.eclipse.tycho.DefaultArtifactKey
- DependencyResolutionException - Exception in org.eclipse.tycho
-
Exception thrown when a dependency of a project cannot be resolved.
- DependencyResolutionException(String) - Constructor for exception org.eclipse.tycho.DependencyResolutionException
- DependencyResolutionException(String, Throwable) - Constructor for exception org.eclipse.tycho.DependencyResolutionException
E
- equals(Object) - Method in class org.eclipse.tycho.DefaultArtifactKey
- equals(Object) - Method in class org.eclipse.tycho.ReactorProjectIdentities
- equals(Object) - Method in class org.eclipse.tycho.TargetEnvironment
- EXTENSION_P2_ARTIFACTS - Static variable in interface org.eclipse.tycho.TychoConstants
- EXTENSION_P2_METADATA - Static variable in interface org.eclipse.tycho.TychoConstants
F
- FILE_NAME_LOCAL_ARTIFACTS - Static variable in interface org.eclipse.tycho.TychoConstants
-
Name of the file that stores the location of the Maven artifact in the target folder.
- FILE_NAME_P2_ARTIFACTS - Static variable in interface org.eclipse.tycho.TychoConstants
-
Name of the file that contains the p2 artifact index.
- FILE_NAME_P2_METADATA - Static variable in interface org.eclipse.tycho.TychoConstants
-
Name of the file where the module p2 metadata is stored in the target directory.
- FINAL_TARGET_PLATFORM_KEY - Static variable in interface org.eclipse.tycho.TargetPlatform
-
Key under which the final target platform is stored in the reactor project instances.
G
- getAdditionalBundles() - Method in interface org.eclipse.tycho.BuildProperties
- getArch() - Method in class org.eclipse.tycho.TargetEnvironment
-
Returns the architecture of the represented target environment.
- getArch(Properties) - Static method in class org.eclipse.tycho.PlatformPropertiesUtils
- getArtifact() - Method in interface org.eclipse.tycho.ReactorProject
-
Returns main project artifact file or null, if the project has not been packaged yet.
- getArtifact(String) - Method in interface org.eclipse.tycho.ReactorProject
-
returns attached artifact file or null if no such attached artifact.
- getArtifactId() - Method in interface org.eclipse.tycho.MavenDependencyDescriptor
- getArtifactId() - Method in interface org.eclipse.tycho.ReactorProject
- getArtifactId() - Method in class org.eclipse.tycho.ReactorProjectIdentities
- getArtifactLocation(ArtifactKey) - Method in interface org.eclipse.tycho.TargetPlatform
-
Returns the file system location of the given target platform artifact.
- getBasedir() - Method in interface org.eclipse.tycho.ReactorProject
- getBasedir() - Method in class org.eclipse.tycho.ReactorProjectIdentities
- getBinExcludes() - Method in interface org.eclipse.tycho.BuildProperties
- getBinIncludes() - Method in interface org.eclipse.tycho.BuildProperties
- getBuildDirectory() - Method in interface org.eclipse.tycho.ReactorProject
- getBuildDirectory() - Method in class org.eclipse.tycho.ReactorProjectIdentities
- getBuildProperties() - Method in interface org.eclipse.tycho.ReactorProject
- getBuildQualifier() - Method in interface org.eclipse.tycho.ReactorProject
- getChild(String) - Method in interface org.eclipse.tycho.BuildDirectory
-
Convenience method for obtaining an file/folder in the build output directory.
- getChild(String) - Method in class org.eclipse.tycho.BuildOutputDirectory
-
Convenience method for obtaining an file/folder in the build output directory.
- getClassifier() - Method in interface org.eclipse.tycho.ArtifactDescriptor
-
Maven artifact classifier.
- getClassifier() - Method in interface org.eclipse.tycho.MavenDependencyDescriptor
- getContextValue(String) - Method in interface org.eclipse.tycho.ReactorProject
- getCredentials(MavenRepositoryLocation) - Method in interface org.eclipse.tycho.MavenRepositorySettings
-
Returns the configured credentials for the given repository, or
null. - getDependencyMetadata() - Method in interface org.eclipse.tycho.IDependencyMetadata
- getDependencyMetadata(IDependencyMetadata.DependencyMetadataType) - Method in interface org.eclipse.tycho.IDependencyMetadata
- getEffectiveLocation(URI) - Method in interface org.eclipse.tycho.IRepositoryIdManager
- getEffectiveLocationAndPrepareLoad(URI) - Method in interface org.eclipse.tycho.IRepositoryIdManager
- getExpandedVersion() - Method in interface org.eclipse.tycho.ReactorProject
- getForceContextQualifier() - Method in interface org.eclipse.tycho.BuildProperties
- getGroupId() - Method in interface org.eclipse.tycho.MavenDependencyDescriptor
- getGroupId() - Method in interface org.eclipse.tycho.ReactorProject
- getGroupId() - Method in class org.eclipse.tycho.ReactorProjectIdentities
- getId() - Method in interface org.eclipse.tycho.ArtifactKey
-
Eclipse/OSGi artifact id (bundle symbolic name, feature id, etc).
- getId() - Method in class org.eclipse.tycho.DefaultArtifactKey
-
Eclipse/OSGi artifact id.
- getId() - Method in class org.eclipse.tycho.MavenRepositoryLocation
- getId() - Method in interface org.eclipse.tycho.ReactorProject
-
human-readable id used in error messages
- getIdentities() - Method in interface org.eclipse.tycho.ReactorProject
- getInstallableUnits() - Method in interface org.eclipse.tycho.ArtifactDescriptor
-
P2 metadata describing the project
- getInterpolator() - Method in interface org.eclipse.tycho.ReactorProject
- getJarsCompileOrder() - Method in interface org.eclipse.tycho.BuildProperties
- getJarsExtraClasspath() - Method in interface org.eclipse.tycho.BuildProperties
- getJarToExcludeFileMap() - Method in interface org.eclipse.tycho.BuildProperties
- getJarToExtraClasspathMap() - Method in interface org.eclipse.tycho.BuildProperties
- getJarToJavacDefaultEncodingMap() - Method in interface org.eclipse.tycho.BuildProperties
- getJarToManifestMap() - Method in interface org.eclipse.tycho.BuildProperties
-
Custom manifests for nested jars
- getJarToOutputFolderMap() - Method in interface org.eclipse.tycho.BuildProperties
- getJarToSourceFolderMap() - Method in interface org.eclipse.tycho.BuildProperties
- getJavacSource() - Method in interface org.eclipse.tycho.BuildProperties
- getJavacTarget() - Method in interface org.eclipse.tycho.BuildProperties
- getJreCompilationProfile() - Method in interface org.eclipse.tycho.BuildProperties
- getKey() - Method in interface org.eclipse.tycho.ArtifactDescriptor
-
Eclipse/OSGi artifact key (a.k.a.
- getKnownMavenRepositoryLocations() - Method in interface org.eclipse.tycho.IRepositoryIdManager
- getLocation() - Method in interface org.eclipse.tycho.BuildDirectory
-
Returns the location of the build output directory.
- getLocation() - Method in class org.eclipse.tycho.BuildOutputDirectory
-
Returns the location of the build output directory.
- getLocation() - Method in interface org.eclipse.tycho.ResolvedArtifactKey
- getLocation(boolean) - Method in interface org.eclipse.tycho.ArtifactDescriptor
-
Artifact location on local filesystem
- getMavenProject() - Method in interface org.eclipse.tycho.ArtifactDescriptor
-
ReactorProject corresponding to the artifact or null if the artifact does not come from a reactor project.
- getMirror(MavenRepositoryLocation) - Method in interface org.eclipse.tycho.MavenRepositorySettings
-
Returns the configured mirror URL, or
null. - getName() - Method in interface org.eclipse.tycho.ReactorProject
- getOs() - Method in class org.eclipse.tycho.TargetEnvironment
-
Returns the operating system of the represented target environment.
- getOS(Properties) - Static method in class org.eclipse.tycho.PlatformPropertiesUtils
- getOutputDirectory() - Method in interface org.eclipse.tycho.BuildDirectory
- getOutputDirectory() - Method in class org.eclipse.tycho.BuildOutputDirectory
- getP2AgentDirectory() - Method in interface org.eclipse.tycho.BuildDirectory
- getP2AgentDirectory() - Method in class org.eclipse.tycho.BuildOutputDirectory
- getPackaging() - Method in interface org.eclipse.tycho.ReactorProject
- getPassword() - Method in class org.eclipse.tycho.MavenRepositorySettings.Credentials
- getRepository() - Method in interface org.eclipse.tycho.MavenDependencyDescriptor
- getRootEntries() - Method in interface org.eclipse.tycho.BuildProperties
- getRunningEnvironment() - Static method in class org.eclipse.tycho.TargetEnvironment
- getSourceExcludes() - Method in interface org.eclipse.tycho.BuildProperties
- getSourceIncludes() - Method in interface org.eclipse.tycho.BuildProperties
- getTargetPlatform(ReactorProject) - Method in interface org.eclipse.tycho.TargetPlatformService
- getTestOutputDirectory() - Method in interface org.eclipse.tycho.BuildDirectory
- getTestOutputDirectory() - Method in class org.eclipse.tycho.BuildOutputDirectory
- getType() - Method in interface org.eclipse.tycho.ArtifactKey
-
Artifact type.
- getType() - Method in class org.eclipse.tycho.DefaultArtifactKey
- getType() - Method in interface org.eclipse.tycho.MavenDependencyDescriptor
- getURI() - Method in class org.eclipse.tycho.MavenRepositorySettings.Credentials
- getURL() - Method in class org.eclipse.tycho.MavenRepositoryLocation
- getUserName() - Method in class org.eclipse.tycho.MavenRepositorySettings.Credentials
- getVersion() - Method in interface org.eclipse.tycho.ArtifactKey
-
Eclipse/OSGi artifact version.
- getVersion() - Method in class org.eclipse.tycho.DefaultArtifactKey
-
Eclipse/OSGi artifact version.
- getVersion() - Method in interface org.eclipse.tycho.MavenDependencyDescriptor
- getVersion() - Method in interface org.eclipse.tycho.ReactorProject
- getVersion() - Method in class org.eclipse.tycho.ReactorProjectIdentities
- getWs() - Method in class org.eclipse.tycho.TargetEnvironment
-
Returns the windowing system of the represented target environment.
- getWS(Properties) - Static method in class org.eclipse.tycho.PlatformPropertiesUtils
H
- hashCode() - Method in class org.eclipse.tycho.DefaultArtifactKey
- hashCode() - Method in class org.eclipse.tycho.ReactorProjectIdentities
- hashCode() - Method in class org.eclipse.tycho.TargetEnvironment
I
- IDependencyMetadata - Interface in org.eclipse.tycho
- IDependencyMetadata.DependencyMetadataType - Enum in org.eclipse.tycho
- IGNORE - Enum constant in enum org.eclipse.tycho.OptionalResolutionAction
-
Ignore optional dependencies.
- IllegalArtifactReferenceException - Exception in org.eclipse.tycho
-
Exception thrown for syntactically incorrect references to Eclipse artifacts, e.g. references with an illegal version string or an unknown type.
- IllegalArtifactReferenceException(String) - Constructor for exception org.eclipse.tycho.IllegalArtifactReferenceException
- INITIAL - Enum constant in enum org.eclipse.tycho.IDependencyMetadata.DependencyMetadataType
- INTERNAL_AMD64 - Static variable in class org.eclipse.tycho.PlatformPropertiesUtils
- INTERNAL_ARCH_I386 - Static variable in class org.eclipse.tycho.PlatformPropertiesUtils
- INTERNAL_OS_AIX - Static variable in class org.eclipse.tycho.PlatformPropertiesUtils
- INTERNAL_OS_FREEBSD - Static variable in class org.eclipse.tycho.PlatformPropertiesUtils
- INTERNAL_OS_HPUX - Static variable in class org.eclipse.tycho.PlatformPropertiesUtils
- INTERNAL_OS_LINUX - Static variable in class org.eclipse.tycho.PlatformPropertiesUtils
- INTERNAL_OS_MACOSX - Static variable in class org.eclipse.tycho.PlatformPropertiesUtils
- INTERNAL_OS_QNX - Static variable in class org.eclipse.tycho.PlatformPropertiesUtils
- INTERNAL_OS_SUNOS - Static variable in class org.eclipse.tycho.PlatformPropertiesUtils
- interpolate(String) - Method in interface org.eclipse.tycho.Interpolator
- Interpolator - Interface in org.eclipse.tycho
- IRepositoryIdManager - Interface in org.eclipse.tycho
- isFileAlreadyAvailable(ArtifactKey) - Method in interface org.eclipse.tycho.TargetPlatform
- isRootFilesUseDefaultExcludes() - Method in interface org.eclipse.tycho.BuildProperties
J
- JAR_EXTENSION - Static variable in interface org.eclipse.tycho.TychoConstants
K
- KEY_ARTIFACT_ATTACHED - Static variable in interface org.eclipse.tycho.TychoConstants
-
Key prefix for attached artifact locations in "local-artifacts.properties" files.
- KEY_ARTIFACT_MAIN - Static variable in interface org.eclipse.tycho.TychoConstants
-
Key for the main artifact location in "local-artifacts.properties" files.
M
- match(String, String, String) - Method in class org.eclipse.tycho.TargetEnvironment
- MavenDependencyDescriptor - Interface in org.eclipse.tycho
-
describes a dependency as with the maven Dependency class
- MavenRepositoryLocation - Class in org.eclipse.tycho
- MavenRepositoryLocation(String, URI) - Constructor for class org.eclipse.tycho.MavenRepositoryLocation
- MavenRepositorySettings - Interface in org.eclipse.tycho
-
Provides the mirror configuration and credentials from the Maven settings for loading remote p2 repositories.
- MavenRepositorySettings.Credentials - Class in org.eclipse.tycho
O
- OPTIONAL - Enum constant in enum org.eclipse.tycho.OptionalResolutionAction
-
Treat optional dependencies as optional.
- OptionalResolutionAction - Enum in org.eclipse.tycho
- org.eclipse.tycho - package org.eclipse.tycho
- OS_AIX - Static variable in class org.eclipse.tycho.PlatformPropertiesUtils
-
Constant string (value "aix") indicating the platform is running on an AIX-based operating system.
- OS_FREEBSD - Static variable in class org.eclipse.tycho.PlatformPropertiesUtils
-
Constant string (value "freebsd") indicating the platform is running on a FreeBSD operating system.
- OS_HPUX - Static variable in class org.eclipse.tycho.PlatformPropertiesUtils
-
Constant string (value "hpux") indicating the platform is running on an HP/UX-based operating system.
- OS_LINUX - Static variable in class org.eclipse.tycho.PlatformPropertiesUtils
-
Constant string (value "linux") indicating the platform is running on a Linux-based operating system.
- OS_MACOSX - Static variable in class org.eclipse.tycho.PlatformPropertiesUtils
-
Constant string (value "macosx") indicating the platform is running on a Mac OS X operating system.
- OS_QNX - Static variable in class org.eclipse.tycho.PlatformPropertiesUtils
-
Constant string (value "qnx") indicating the platform is running on a QNX-based operating system.
- OS_SOLARIS - Static variable in class org.eclipse.tycho.PlatformPropertiesUtils
-
Constant string (value "solaris") indicating the platform is running on a Solaris-based operating system.
- OS_UNKNOWN - Static variable in class org.eclipse.tycho.PlatformPropertiesUtils
-
Constant string (value "unknown") indicating the platform is running on a machine running an unknown operating system.
- OS_WIN32 - Static variable in class org.eclipse.tycho.PlatformPropertiesUtils
-
Constant string (value "win32") indicating the platform is running on a Window 32-bit operating system (e.g., Windows 98, NT, 2000).
- OSGI_ARCH - Static variable in class org.eclipse.tycho.PlatformPropertiesUtils
- OSGI_NL - Static variable in class org.eclipse.tycho.PlatformPropertiesUtils
- OSGI_OS - Static variable in class org.eclipse.tycho.PlatformPropertiesUtils
- OSGI_WS - Static variable in class org.eclipse.tycho.PlatformPropertiesUtils
P
- P2_GROUPID_PREFIX - Static variable in interface org.eclipse.tycho.TychoConstants
- PackagingType - Class in org.eclipse.tycho
-
Tycho's packaging types.
- PackagingType() - Constructor for class org.eclipse.tycho.PackagingType
- parse(File, Interpolator) - Method in interface org.eclipse.tycho.BuildPropertiesParser
-
Parse the file "build.properties" in baseDir.
- parse(ReactorProject) - Method in interface org.eclipse.tycho.BuildPropertiesParser
- PLATFORM_XML_PATH - Static variable in interface org.eclipse.tycho.TychoConstants
- PlatformPropertiesUtils - Class in org.eclipse.tycho
-
Creative copy&paste from org.eclipse.equinox.internal.launcher.Constants and org.eclipse.equinox.launcher.Main.
- PlatformPropertiesUtils() - Constructor for class org.eclipse.tycho.PlatformPropertiesUtils
- PROP_ARTIFACT_ID - Static variable in interface org.eclipse.tycho.TychoConstants
- PROP_CLASSIFIER - Static variable in interface org.eclipse.tycho.TychoConstants
- PROP_EXTENSION - Static variable in interface org.eclipse.tycho.TychoConstants
-
Deprecated.this is deprecated but can't be removed as we otherwise loose compatibility for older repository format, this should never be used in new code and usage should clearly be documented
- PROP_GROUP_ID - Static variable in interface org.eclipse.tycho.TychoConstants
- PROP_PGP_KEYS - Static variable in interface org.eclipse.tycho.TychoConstants
- PROP_PGP_SIGNATURES - Static variable in interface org.eclipse.tycho.TychoConstants
- PROP_REPOSITORY - Static variable in interface org.eclipse.tycho.TychoConstants
- PROP_TYPE - Static variable in interface org.eclipse.tycho.TychoConstants
- PROP_VERSION - Static variable in interface org.eclipse.tycho.TychoConstants
Q
- QUALIFIED_VERSION - Static variable in class org.eclipse.tycho.TychoProperties
-
The Eclipse version of a project with 'qualifier' literals expanded to the build qualifier.
R
- ReactorProject - Interface in org.eclipse.tycho
-
A Tycho project in the reactor.
- ReactorProjectIdentities - Class in org.eclipse.tycho
-
All values (GAV, project base directory, and target directory) by which a Tycho reactor project can be uniquely identified.
- ReactorProjectIdentities() - Constructor for class org.eclipse.tycho.ReactorProjectIdentities
- REQUIRE - Enum constant in enum org.eclipse.tycho.OptionalResolutionAction
-
Treat optional dependencies as required.
- RESOLVE - Enum constant in enum org.eclipse.tycho.IDependencyMetadata.DependencyMetadataType
- resolveArtifact(String, String, String) - Method in interface org.eclipse.tycho.TargetPlatform
-
Returns an artifact of the given type, id and matching version.
- ResolvedArtifactKey - Interface in org.eclipse.tycho
- ROOTFILE_CLASSIFIER - Static variable in interface org.eclipse.tycho.TychoConstants
- ROOTFILE_EXTENSION - Static variable in interface org.eclipse.tycho.TychoConstants
S
- sameProject(Object) - Method in interface org.eclipse.tycho.ReactorProject
- SEED - Enum constant in enum org.eclipse.tycho.IDependencyMetadata.DependencyMetadataType
- SERVICE_NAME - Static variable in interface org.eclipse.tycho.IRepositoryIdManager
- SESSION_PROPERTY_TYCHO_BUILDER - Static variable in interface org.eclipse.tycho.TychoConstants
- setContextValue(String, Object) - Method in interface org.eclipse.tycho.ReactorProject
- setDependencyMetadata(IDependencyMetadata.DependencyMetadataType, Collection<IInstallableUnit>) - Method in interface org.eclipse.tycho.IDependencyMetadata
- SOURCE_ARTIFACT_CLASSIFIER - Static variable in interface org.eclipse.tycho.ReactorProject
-
Conventional sources jar Maven artifact classifier.
T
- TargetEnvironment - Class in org.eclipse.tycho
- TargetEnvironment() - Constructor for class org.eclipse.tycho.TargetEnvironment
- TargetEnvironment(String, String, String) - Constructor for class org.eclipse.tycho.TargetEnvironment
- TargetPlatform - Interface in org.eclipse.tycho
-
Set of artifacts which can be used by the build of a project, e.g. to resolve the project's dependencies.
- TargetPlatformService - Interface in org.eclipse.tycho
-
TargetPlatformServiceallows access to theTargetPlatformused to resolve dependencies. - toConfigSpec() - Method in class org.eclipse.tycho.TargetEnvironment
-
Returns the target environment as string of the form
ws.os.arch. - toFilterExpression() - Method in class org.eclipse.tycho.TargetEnvironment
-
Returns the target environment as LDAP filter expression.
- toFilterProperties() - Method in class org.eclipse.tycho.TargetEnvironment
-
Returns the target environment as map.
- toString() - Method in class org.eclipse.tycho.DefaultArtifactKey
- toString() - Method in class org.eclipse.tycho.MavenRepositoryLocation
- toString() - Method in class org.eclipse.tycho.TargetEnvironment
- TYCHO_PACKAGING_TYPES - Static variable in class org.eclipse.tycho.PackagingType
- TychoConstants - Interface in org.eclipse.tycho
- TychoProperties - Class in org.eclipse.tycho
-
Properties that Tycho sets for use of other mojos or project configuration.
- TychoProperties() - Constructor for class org.eclipse.tycho.TychoProperties
- TYPE_BUNDLE_FRAGMENT - Static variable in class org.eclipse.tycho.ArtifactType
- TYPE_ECLIPSE_FEATURE - Static variable in class org.eclipse.tycho.ArtifactType
- TYPE_ECLIPSE_FEATURE - Static variable in class org.eclipse.tycho.PackagingType
- TYPE_ECLIPSE_PLUGIN - Static variable in class org.eclipse.tycho.ArtifactType
- TYPE_ECLIPSE_PLUGIN - Static variable in class org.eclipse.tycho.PackagingType
- TYPE_ECLIPSE_PRODUCT - Static variable in class org.eclipse.tycho.ArtifactType
- TYPE_ECLIPSE_REPOSITORY - Static variable in class org.eclipse.tycho.ArtifactType
- TYPE_ECLIPSE_REPOSITORY - Static variable in class org.eclipse.tycho.PackagingType
- TYPE_ECLIPSE_TARGET_DEFINITION - Static variable in class org.eclipse.tycho.ArtifactType
- TYPE_ECLIPSE_TARGET_DEFINITION - Static variable in class org.eclipse.tycho.PackagingType
- TYPE_ECLIPSE_TEST_PLUGIN - Static variable in class org.eclipse.tycho.ArtifactType
- TYPE_ECLIPSE_TEST_PLUGIN - Static variable in class org.eclipse.tycho.PackagingType
- TYPE_INSTALLABLE_UNIT - Static variable in class org.eclipse.tycho.ArtifactType
- TYPE_P2_ARTIFACTS - Static variable in class org.eclipse.tycho.ArtifactType
- TYPE_P2_IU - Static variable in class org.eclipse.tycho.PackagingType
- TYPE_P2_METADATA - Static variable in class org.eclipse.tycho.ArtifactType
U
- UNQUALIFIED_VERSION - Static variable in class org.eclipse.tycho.TychoProperties
- USE_SMART_BUILDER - Static variable in interface org.eclipse.tycho.TychoConstants
V
- valueOf(String) - Static method in enum org.eclipse.tycho.IDependencyMetadata.DependencyMetadataType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.eclipse.tycho.OptionalResolutionAction
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum org.eclipse.tycho.IDependencyMetadata.DependencyMetadataType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.eclipse.tycho.OptionalResolutionAction
-
Returns an array containing the constants of this enum type, in the order they are declared.
W
- WS_CARBON - Static variable in class org.eclipse.tycho.PlatformPropertiesUtils
-
Constant string (value "carbon") indicating the platform is running on a machine using the Carbon windowing system (Mac OS X).
- WS_COCOA - Static variable in class org.eclipse.tycho.PlatformPropertiesUtils
-
Constant string (value "cocoa") indicating the platform is running on a machine using the Carbon windowing system (Mac OS X).
- WS_GTK - Static variable in class org.eclipse.tycho.PlatformPropertiesUtils
-
Constant string (value "gtk") indicating the platform is running on a machine using the GTK windowing system.
- WS_MOTIF - Static variable in class org.eclipse.tycho.PlatformPropertiesUtils
-
Constant string (value "motif") indicating the platform is running on a machine using the Motif windowing system.
- WS_PHOTON - Static variable in class org.eclipse.tycho.PlatformPropertiesUtils
-
Constant string (value "photon") indicating the platform is running on a machine using the Photon windowing system.
- WS_UNKNOWN - Static variable in class org.eclipse.tycho.PlatformPropertiesUtils
-
Constant string (value "unknown") indicating the platform is running on a machine running an unknown windowing system.
- WS_WIN32 - Static variable in class org.eclipse.tycho.PlatformPropertiesUtils
-
Constant string (value "win32") indicating the platform is running on a machine using the Windows windowing system.
- WS_WPF - Static variable in class org.eclipse.tycho.PlatformPropertiesUtils
-
Constant string (value "wpf") indicating the platform is running on a machine using the Windows Presendation Foundation system.
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form