Interface ConfigurationResourceResolver
-
- All Known Implementing Classes:
URLConfigurationResourceResolver
public interface ConfigurationResourceResolver- Since:
- 12.1
- Author:
- Tristan Tarrant <tristan@infinispan.org>
-
-
Field Summary
Fields Modifier and Type Field Description static ConfigurationResourceResolverDEFAULT
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description URLresolveResource(String href)
-
-
-
Field Detail
-
DEFAULT
static final ConfigurationResourceResolver DEFAULT
-
-
Method Detail
-
resolveResource
URL resolveResource(String href) throws IOException
- Throws:
IOException
-
-