Uses of Interface
org.eclipse.tycho.core.shared.Interpolator
-
Packages that use Interpolator Package Description org.eclipse.tycho.core.maven org.eclipse.tycho.p2.tools.publisher org.eclipse.tycho.p2.tools.publisher.facade -
-
Uses of Interpolator in org.eclipse.tycho.core.maven
Classes in org.eclipse.tycho.core.maven that implement Interpolator Modifier and Type Class Description classTychoInterpolatorClass thats interpolates string values like ${project.artifactId}. -
Uses of Interpolator in org.eclipse.tycho.p2.tools.publisher
Fields in org.eclipse.tycho.p2.tools.publisher declared as Interpolator Modifier and Type Field Description private InterpolatorExpandedProduct. interpolatorprivate InterpolatorPublishProductToolImpl. interpolatorMethods in org.eclipse.tycho.p2.tools.publisher with parameters of type Interpolator Modifier and Type Method Description PublishProductToolPublisherServiceFactoryImpl. createProductPublisher(ReactorProject project, java.util.List<TargetEnvironment> environments, java.lang.String buildQualifier, Interpolator interpolator)Constructors in org.eclipse.tycho.p2.tools.publisher with parameters of type Interpolator Constructor Description ExpandedProduct(org.eclipse.equinox.internal.p2.publisher.eclipse.IProductDescriptor originalProduct, java.lang.String buildQualifier, P2TargetPlatform targetPlatform, Interpolator interpolator, MavenLogger logger)PublishProductToolImpl(PublisherActionRunner publisherRunner, PublishingRepository publishingRepository, P2TargetPlatform targetPlatform, java.lang.String buildQualifier, Interpolator interpolator, MavenLogger logger) -
Uses of Interpolator in org.eclipse.tycho.p2.tools.publisher.facade
Methods in org.eclipse.tycho.p2.tools.publisher.facade with parameters of type Interpolator Modifier and Type Method Description PublishProductToolPublisherServiceFactory. createProductPublisher(ReactorProject project, java.util.List<TargetEnvironment> environments, java.lang.String buildQualifier, Interpolator interpolator)
-