public class FeatureUnInstaller extends Object
| Constructor and Description |
|---|
FeatureUnInstaller() |
| Modifier and Type | Method and Description |
|---|---|
void |
setDestination(String destination) |
void |
setFeatures(List<Feature> features) |
void |
setForkedProcessTimeoutInSeconds(int forkedProcessTimeoutInSeconds) |
void |
setLauncher(org.eclipse.tycho.p2.facade.internal.P2ApplicationLauncher launcher) |
void |
setProfile(String profile) |
void |
setProject(org.apache.maven.project.MavenProject project) |
void |
uninstallFeatures()
default constructor which is executed during object creation of this class.
|
public void uninstallFeatures()
throws org.apache.maven.plugin.MojoFailureException
org.apache.maven.plugin.MojoFailureException - throws when the director application fail to uninstall any given feature.public void setDestination(String destination)
public void setProfile(String profile)
public void setProject(org.apache.maven.project.MavenProject project)
public void setLauncher(org.eclipse.tycho.p2.facade.internal.P2ApplicationLauncher launcher)
public void setForkedProcessTimeoutInSeconds(int forkedProcessTimeoutInSeconds)
Copyright © 2015 WSO2. All rights reserved.