Modifier and Type | Class and Description |
---|---|
static class |
RepositoryXml.Os
The
os tag. |
static class |
RepositoryXml.Repo
The
repo tag. |
Constructor and Description |
---|
RepositoryXml() |
Modifier and Type | Method and Description |
---|---|
void |
addError(String error) |
void |
addErrors(Collection<String> errors) |
Collection<String> |
getErrors() |
String |
getLatestURI() |
List<RepositoryXml.Os> |
getOses() |
List<RepositoryInfo> |
getRepositories() |
boolean |
isValid() |
void |
setValid(boolean valid) |
public boolean isValid()
public void setValid(boolean valid)
public Collection<String> getErrors()
public void addErrors(Collection<String> errors)
public String getLatestURI()
public List<RepositoryXml.Os> getOses()
os
elements.public List<RepositoryInfo> getRepositories()
Copyright © 2022 Apache Software Foundation. All rights reserved.