public abstract class AbstractUpdateMojo
extends org.apache.maven.plugin.AbstractMojo
Modifier and Type | Field and 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 and Description |
---|
AbstractUpdateMojo() |
Modifier and Type | Method and 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.MojoExecutionException
org.apache.maven.plugin.MojoFailureException
protected abstract File getFileToBeUpdated()
protected abstract void doUpdate() throws IOException, URISyntaxException
IOException
URISyntaxException
Copyright © 2010-2015 Eclipse Foundation. All Rights Reserved.