A B C G O P R S T

A

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 (a.k.a "coordinates"), that uniquely identify artifacts in project build target platform.

B

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

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 interface org.eclipse.tycho.ReactorProjectCoordinates
 
getBasedir() - Method in interface org.eclipse.tycho.ReactorProject
 
getBuildDirectory() - Method in interface org.eclipse.tycho.ReactorProject
 
getBuildDirectory() - Method in interface org.eclipse.tycho.ReactorProjectCoordinates
 
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(String, boolean) - Method in interface org.eclipse.tycho.ReactorProject
Returns live set of P2 IInstallableUnit's that describe requirements and provided capabilities of this project used during project dependency resolution for the specified classifier.
getDependencyMetadata() - Method in interface org.eclipse.tycho.ReactorProject
Returns project dependency metadata.
getExpandedVersion() - Method in interface org.eclipse.tycho.ReactorProject
Per-classifier project P2 metadata.
getGroupId() - Method in interface org.eclipse.tycho.ReactorProject
 
getGroupId() - Method in interface org.eclipse.tycho.ReactorProjectCoordinates
 
getId() - Method in interface org.eclipse.tycho.ArtifactKey
Eclipse/OSGi artifact id (bundle symbolic name, feature id, etc).
getId() - Method in interface org.eclipse.tycho.ReactorProject
human-readable id used in error messages
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.
getVersion() - Method in interface org.eclipse.tycho.ArtifactKey
Eclipse/OSGi artifact version.
getVersion() - Method in interface org.eclipse.tycho.ReactorProject
 
getVersion() - Method in interface org.eclipse.tycho.ReactorProjectCoordinates
 

O

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

P

PROJECT_TYPES - Static variable in interface org.eclipse.tycho.ArtifactKey
 

R

ReactorProject - Interface in org.eclipse.tycho
 
ReactorProjectCoordinates - Interface in org.eclipse.tycho
Pointers by which a reactor project can be addressed, like the GAV or the target directory.

S

sameProject(Object) - Method in interface org.eclipse.tycho.ReactorProject
 
setContextValue(String, Object) - Method in interface org.eclipse.tycho.ReactorProject
 
setDependencyMetadata(String, boolean, Set<Object>) - Method in interface org.eclipse.tycho.ReactorProject
Returns live set of Manve artifact classifiers that have been (or will be) attached to the project during the build.
setExpandedVersion(String, String) - 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

TYPE_ECLIPSE_APPLICATION - Static variable in interface org.eclipse.tycho.ArtifactKey
 
TYPE_ECLIPSE_FEATURE - Static variable in interface org.eclipse.tycho.ArtifactKey
 
TYPE_ECLIPSE_PLUGIN - Static variable in interface org.eclipse.tycho.ArtifactKey
 
TYPE_ECLIPSE_REPOSITORY - Static variable in interface org.eclipse.tycho.ArtifactKey
 
TYPE_ECLIPSE_TEST_PLUGIN - Static variable in interface org.eclipse.tycho.ArtifactKey
 
TYPE_ECLIPSE_UPDATE_SITE - Static variable in interface org.eclipse.tycho.ArtifactKey
 

A B C G O P R S T

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