public class Feature extends Object
Modifier and Type | Class and Description |
---|---|
static class |
Feature.Builder |
Modifier and Type | Method and Description |
---|---|
static Feature.Builder |
builder() |
boolean |
equals(Object obj) |
String |
getKarDependency() |
String |
getName() |
String |
getVersion() |
int |
hashCode() |
String |
toInstallString() |
String |
toString() |
public static Feature.Builder builder()
public String getName()
public String getVersion()
public String getKarDependency()
public String toInstallString()
Copyright © 2021. All rights reserved.