Package ch.kk7.confij.source.any
Interface ServiceLoaderSourceAware
-
- All Known Implementing Classes:
AnyResourceAnyFormatAnySource,FixResourceAnyFormatSource
public interface ServiceLoaderSourceAware
-
-
Field Summary
Fields Modifier and Type Field Description static java.util.List<ConfijAnyFormat>supportedFormatsstatic java.util.List<ConfijAnyResource>supportedResources
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default ConfijFormatgetDynamicFormat(java.lang.String pathTemplate)default ConfijResourcegetDynamicResource(java.lang.String pathTemplate)
-
-
-
Field Detail
-
supportedResources
static final java.util.List<ConfijAnyResource> supportedResources
-
supportedFormats
static final java.util.List<ConfijAnyFormat> supportedFormats
-
-
Method Detail
-
getDynamicResource
default ConfijResource getDynamicResource(java.lang.String pathTemplate)
-
getDynamicFormat
default ConfijFormat getDynamicFormat(java.lang.String pathTemplate)
-
-