Modifier and Type | Class and Description |
---|---|
static class |
StackMetainfoXml.Version |
Constructor and Description |
---|
StackMetainfoXml() |
Modifier and Type | Method and Description |
---|---|
void |
addError(String error) |
void |
addErrors(Collection<String> errors) |
Collection<String> |
getErrors() |
String |
getExtends() |
String |
getMaxJdk() |
String |
getMinJdk() |
StackMetainfoXml.Version |
getVersion() |
boolean |
isValid() |
void |
setMaxJdk(String maxJdk) |
void |
setMinJdk(String minJdk) |
void |
setValid(boolean valid) |
void |
setVersion(StackMetainfoXml.Version version) |
public String getMinJdk()
public String getMaxJdk()
public boolean isValid()
public void setValid(boolean valid)
public Collection<String> getErrors()
public void addErrors(Collection<String> errors)
public String getExtends()
public StackMetainfoXml.Version getVersion()
public void setVersion(StackMetainfoXml.Version version)
public void setMinJdk(String minJdk)
public void setMaxJdk(String maxJdk)
Copyright © 2022 Apache Software Foundation. All rights reserved.