Class ResourceContentResolver
- java.lang.Object
-
- net.morimekta.providence.config.util.ResourceContentResolver
-
- All Implemented Interfaces:
ContentResolver
public class ResourceContentResolver extends java.lang.Object implements ContentResolver
-
-
Constructor Summary
Constructors Constructor Description ResourceContentResolver()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.nio.file.Pathcanonical(java.nio.file.Path file)java.io.InputStreamopen(java.nio.file.Path file)
-
-
-
Method Detail
-
canonical
@Nonnull public java.nio.file.Path canonical(java.nio.file.Path file)
- Specified by:
canonicalin interfaceContentResolver
-
open
@Nonnull @WillNotClose public java.io.InputStream open(java.nio.file.Path file)
- Specified by:
openin interfaceContentResolver
-
-