Package org.xmlresolver.catalog.query
Class QueryDelegateUri
- java.lang.Object
-
- org.xmlresolver.catalog.query.QueryResult
-
- org.xmlresolver.catalog.query.QueryCatalog
-
- org.xmlresolver.catalog.query.QueryUri
-
- org.xmlresolver.catalog.query.QueryDelegateUri
-
public class QueryDelegateUri extends QueryUri
-
-
Field Summary
Fields Modifier and Type Field Description protected java.util.List<java.net.URI>
catalogs
-
Fields inherited from class org.xmlresolver.catalog.query.QueryResult
EMPTY_RESULT, FINAL_RESULT
-
-
Constructor Summary
Constructors Constructor Description QueryDelegateUri(java.lang.String uri, java.lang.String nature, java.lang.String purpose, java.util.List<java.net.URI> catalogs)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
resolved()
protected java.util.ArrayList<java.net.URI>
updatedCatalogSearchList(EntryCatalog catalog, java.util.ArrayList<java.net.URI> oldCatalogs)
-
Methods inherited from class org.xmlresolver.catalog.query.QueryCatalog
query, search
-
Methods inherited from class org.xmlresolver.catalog.query.QueryResult
uri
-
-
-
-
Method Detail
-
resolved
public boolean resolved()
- Overrides:
resolved
in classQueryResult
-
updatedCatalogSearchList
protected java.util.ArrayList<java.net.URI> updatedCatalogSearchList(EntryCatalog catalog, java.util.ArrayList<java.net.URI> oldCatalogs)
- Overrides:
updatedCatalogSearchList
in classQueryResult
-
-