public interface RegistryQuery
| Modifier and Type | Method and Description |
|---|---|
DescribedValue[] |
getMetadata()
Returns a set of DescribedValue objects which characterise this query.
|
Iterator<RegResource> |
getQueryIterator()
Executes the query described by this object and returns an
Iterator over
RegResource objects. |
RegResource[] |
getQueryResources()
Executes the query described by this object and returns the result as
an array of
RegResources. |
URL |
getRegistry()
Returns the registry URL.
|
String |
getText()
Returns the query text.
|
Iterator<RegResource> getQueryIterator() throws IOException
RegResource objects.
Note that the iterator's next method may throw the
unchecked exception
RegistryQueryException with a cause
indicating the underlying error in case of a registry access problem.RegResourcesIOExceptionRegResource[] getQueryResources() throws IOException
RegResources.IOExceptionString getText()
URL getRegistry()
DescribedValue[] getMetadata()
StarTable resulting from the execution
of this query.Copyright © 2025 Central Laboratory of the Research Councils. All Rights Reserved.