public class FeatureInstallResourceBundle extends Object
| Constructor and Description |
|---|
FeatureInstallResourceBundle() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDestination() |
List<Feature> |
getFeatures() |
int |
getForkedProcessTimeoutInSeconds() |
org.eclipse.tycho.p2.facade.internal.P2ApplicationLauncher |
getLauncher() |
org.apache.maven.plugin.logging.Log |
getLog() |
String |
getProfile() |
org.apache.maven.project.MavenProject |
getProject() |
URL |
getRepository() |
boolean |
isDeleteOldProfileFiles() |
void |
setDeleteOldProfileFiles(boolean deleteOldProfileFiles) |
void |
setDestination(String destination) |
void |
setFeatures(List<Feature> features) |
void |
setForkedProcessTimeoutInSeconds(int forkedProcessTimeoutInSeconds) |
void |
setLauncher(org.eclipse.tycho.p2.facade.internal.P2ApplicationLauncher launcher) |
void |
setLog(org.apache.maven.plugin.logging.Log log) |
void |
setProfile(String profile) |
void |
setProject(org.apache.maven.project.MavenProject project) |
void |
setRepository(URL repository) |
public String getDestination()
public void setDestination(String destination)
public String getProfile()
public void setProfile(String profile)
public URL getRepository()
public void setRepository(URL repository)
public boolean isDeleteOldProfileFiles()
public void setDeleteOldProfileFiles(boolean deleteOldProfileFiles)
public org.apache.maven.project.MavenProject getProject()
public void setProject(org.apache.maven.project.MavenProject project)
public org.eclipse.tycho.p2.facade.internal.P2ApplicationLauncher getLauncher()
public void setLauncher(org.eclipse.tycho.p2.facade.internal.P2ApplicationLauncher launcher)
public int getForkedProcessTimeoutInSeconds()
public void setForkedProcessTimeoutInSeconds(int forkedProcessTimeoutInSeconds)
public org.apache.maven.plugin.logging.Log getLog()
public void setLog(org.apache.maven.plugin.logging.Log log)
Copyright © 2015 WSO2. All rights reserved.