Class URLXMLResourceResolver
- java.lang.Object
-
- org.infinispan.configuration.parsing.URLXMLResourceResolver
-
- All Implemented Interfaces:
XMLResourceResolver
public class URLXMLResourceResolver extends Object implements XMLResourceResolver
- Since:
- 10.0
- Author:
- Tristan Tarrant <tristan@infinispan.org>
-
-
Constructor Summary
Constructors Constructor Description URLXMLResourceResolver(URL context)
-
-
-
Constructor Detail
-
URLXMLResourceResolver
public URLXMLResourceResolver(URL context)
-
-
Method Detail
-
resolveResource
public URL resolveResource(String href) throws IOException
- Specified by:
resolveResourcein interfaceXMLResourceResolver- Throws:
IOException
-
-