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 class
TychoInterpolator
Class thats interpolates string values like ${project.artifactId}. -
Uses of Interpolator in org.eclipse.tycho.p2.tools.publisher
Methods in org.eclipse.tycho.p2.tools.publisher with parameters of type Interpolator Modifier and Type Method Description PublishProductTool
PublisherServiceFactoryImpl. createProductPublisher(ReactorProject project, List<TargetEnvironment> environments, String buildQualifier, Interpolator interpolator)
Constructors in org.eclipse.tycho.p2.tools.publisher with parameters of type Interpolator Constructor Description PublishProductToolImpl(org.eclipse.tycho.p2.tools.publisher.PublisherActionRunner publisherRunner, PublishingRepository publishingRepository, P2TargetPlatform targetPlatform, 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 PublishProductTool
PublisherServiceFactory. createProductPublisher(ReactorProject project, List<TargetEnvironment> environments, String buildQualifier, Interpolator interpolator)
-