UpdateProductMojo, UpdateTargetMojopublic abstract class AbstractUpdateMojo
extends org.apache.maven.plugin.AbstractMojo
| Modifier and Type | Field | Description |
|---|---|---|
protected org.eclipse.sisu.equinox.EquinoxServiceFactory |
equinox |
|
protected String |
executionEnvironment |
|
protected org.eclipse.tycho.p2.resolver.facade.P2Resolver |
p2 |
|
protected org.eclipse.tycho.p2.target.facade.TargetPlatformConfigurationStub |
resolutionContext |
| Constructor | Description |
|---|---|
AbstractUpdateMojo() |
| Modifier and Type | Method | Description |
|---|---|---|
protected abstract void |
doUpdate() |
|
void |
execute() |
|
protected abstract File |
getFileToBeUpdated() |
@Component protected org.eclipse.sisu.equinox.EquinoxServiceFactory equinox
@Parameter(defaultValue="JavaSE-1.7") protected String executionEnvironment
protected org.eclipse.tycho.p2.resolver.facade.P2Resolver p2
protected org.eclipse.tycho.p2.target.facade.TargetPlatformConfigurationStub resolutionContext
public void execute()
throws org.apache.maven.plugin.MojoExecutionException,
org.apache.maven.plugin.MojoFailureException
org.apache.maven.plugin.MojoExecutionExceptionorg.apache.maven.plugin.MojoFailureExceptionprotected abstract File getFileToBeUpdated()
protected abstract void doUpdate()
throws IOException,
URISyntaxException
IOExceptionURISyntaxExceptionCopyright © 2010–2019 Eclipse Foundation. All rights reserved.