A B C D E G H O P Q R S T U 

A

ArtifactDescriptor - Interface in org.eclipse.tycho
An artifact (i.e.
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_QUALIFIER - Static variable in class org.eclipse.tycho.TychoProperties
 
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(String) - Constructor for class org.eclipse.tycho.BuildOutputDirectory
 

C

CTX_DEPENDENCY_METADATA - Static variable in interface org.eclipse.tycho.ReactorProject
Conventional key used to store dependency metadata in MavenProject.context
CTX_REACTOR_PROJECT - Static variable in interface org.eclipse.tycho.ReactorProject
Conventional key used to store ReactorProject in MavenProject.context
CTX_SECONDARY_DEPENDENCY_METADATA - Static variable in interface org.eclipse.tycho.ReactorProject
Conventional key used to store secondary dependency metadata in MavenProject.context

D

DefaultArtifactKey - Class in org.eclipse.tycho
 
DefaultArtifactKey(String, String, String) - Constructor for class org.eclipse.tycho.DefaultArtifactKey
 

E

equals(Object) - Method in class org.eclipse.tycho.DefaultArtifactKey
 
equals(Object) - Method in class org.eclipse.tycho.ReactorProjectIdentities
 

G

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.ReactorProject
 
getArtifactId() - Method in class org.eclipse.tycho.ReactorProjectIdentities
 
getBasedir() - Method in interface org.eclipse.tycho.ReactorProject
 
getBasedir() - Method in class org.eclipse.tycho.ReactorProjectIdentities
 
getBuildDirectory() - Method in interface org.eclipse.tycho.ReactorProject
 
getBuildDirectory() - Method in class org.eclipse.tycho.ReactorProjectIdentities
 
getBuildQualifier() - Method in interface org.eclipse.tycho.ReactorProject
 
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.
getContextValue(String) - Method in interface org.eclipse.tycho.ReactorProject
 
getDependencyMetadata(boolean) - Method in interface org.eclipse.tycho.ReactorProject
Returns set of p2 IInstallableUnits that describe requirements and provided capabilities of this project.
getDependencyMetadata() - Method in interface org.eclipse.tycho.ReactorProject
Returns project dependency metadata with both primary and secondary project installable units.
getExpandedVersion() - Method in interface org.eclipse.tycho.ReactorProject
 
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 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
getKey() - Method in interface org.eclipse.tycho.ArtifactDescriptor
Eclipse/OSGi artifact key (a.k.a.
getLocation() - Method in interface org.eclipse.tycho.ArtifactDescriptor
Artifact location on local filesystem
getLocation() - Method in class org.eclipse.tycho.BuildOutputDirectory
Returns the location of the build output directory.
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.
getOutputDirectory() - Method in interface org.eclipse.tycho.ReactorProject
 
getPackaging() - Method in interface org.eclipse.tycho.ReactorProject
 
getTestOutputDirectory() - Method in interface org.eclipse.tycho.ReactorProject
 
getType() - Method in interface org.eclipse.tycho.ArtifactKey
Artifact type.
getType() - Method in class org.eclipse.tycho.DefaultArtifactKey
 
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.ReactorProject
 
getVersion() - Method in class org.eclipse.tycho.ReactorProjectIdentities
 

H

hashCode() - Method in class org.eclipse.tycho.DefaultArtifactKey
 
hashCode() - Method in class org.eclipse.tycho.ReactorProjectIdentities
 

O

org.eclipse.tycho - package org.eclipse.tycho
 

P

PackagingType - Class in org.eclipse.tycho
Tycho's packaging types.
PackagingType() - Constructor for class org.eclipse.tycho.PackagingType
 

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
 

S

sameProject(Object) - Method in interface org.eclipse.tycho.ReactorProject
 
setContextValue(String, Object) - Method in interface org.eclipse.tycho.ReactorProject
 
setDependencyMetadata(boolean, Set<?>) - Method in interface org.eclipse.tycho.ReactorProject
 
SOURCE_ARTIFACT_CLASSIFIER - Static variable in interface org.eclipse.tycho.ReactorProject
Conventional sources jar Maven artifact classifier.

T

toString() - Method in class org.eclipse.tycho.DefaultArtifactKey
 
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_ECLIPSE_APPLICATION - Static variable in class org.eclipse.tycho.PackagingType
 
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.PackagingType
 
TYPE_ECLIPSE_TEST_PLUGIN - Static variable in class org.eclipse.tycho.PackagingType
 
TYPE_ECLIPSE_UPDATE_SITE - Static variable in class org.eclipse.tycho.PackagingType
 
TYPE_INSTALLABLE_UNIT - Static variable in class org.eclipse.tycho.ArtifactType
 
TYPE_P2_IU - Static variable in class org.eclipse.tycho.PackagingType
 

U

UNQUALIFIED_VERSION - Static variable in class org.eclipse.tycho.TychoProperties
 
A B C D E G H O P Q R S T U 

Copyright © 2008-2015 Eclipse Foundation. All Rights Reserved.