public class Features extends Object
| Constructor and Description |
|---|
Features() |
| Modifier and Type | Method and Description |
|---|---|
void |
addFeature(String feature)
Add a feature into a list.
|
List<net.wasdev.wlp.ant.FeatureManagerTask.Feature> |
getFeatures()
Get all the current features.
|
String |
getFrom() |
String |
getTo() |
String |
getWhenFileExists()
Deprecated.
installUtility does not have a whenFileExist parameter
|
boolean |
isAcceptLicense() |
void |
setAcceptLicense(boolean acceptLicense) |
void |
setFrom(String from) |
void |
setTo(String to) |
void |
setWhenFileExists(String whenFileExists)
Deprecated.
installUtility does not have a whenFileExist parameter
|
public boolean isAcceptLicense()
public void setAcceptLicense(boolean acceptLicense)
public String getTo()
public void setTo(String to)
public String getWhenFileExists()
public void setWhenFileExists(String whenFileExists)
public String getFrom()
public void setFrom(String from)
public List<net.wasdev.wlp.ant.FeatureManagerTask.Feature> getFeatures()
public void addFeature(String feature)
feature - A feature name.Copyright © 2017 the original author or authors.