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<String> |
getFeatures()
Get all the current features.
|
String |
getFeaturesAsString() |
String |
getTo() |
String |
getWhenFileExists() |
boolean |
isAcceptLicense() |
void |
setAcceptLicense(boolean acceptLicense) |
void |
setTo(String to) |
void |
setWhenFileExists(String whenFileExists) |
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 List<String> getFeatures()
public void addFeature(String feature)
feature - A feature name.public String getFeaturesAsString()
Copyright © 2015 the original author or authors.