Class ResourceContentResolver

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.nio.file.Path canonical​(java.nio.file.Path file)  
      java.io.InputStream open​(java.nio.file.Path file)  
      java.nio.file.Path reference​(java.nio.file.Path referenceLocation, java.nio.file.Path from, java.lang.String reference)  
      java.nio.file.Path referenceLocationPath​(java.nio.file.Path referenceLocation, java.nio.file.Path from, java.lang.String reference)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ResourceContentResolver

        public ResourceContentResolver()
    • Method Detail

      • canonical

        @Nonnull
        public java.nio.file.Path canonical​(java.nio.file.Path file)
        Specified by:
        canonical in interface ContentResolver
      • reference

        @Nonnull
        public java.nio.file.Path reference​(java.nio.file.Path referenceLocation,
                                            java.nio.file.Path from,
                                            java.lang.String reference)
        Specified by:
        reference in interface ContentResolver
      • referenceLocationPath

        @Nonnull
        public java.nio.file.Path referenceLocationPath​(java.nio.file.Path referenceLocation,
                                                        java.nio.file.Path from,
                                                        java.lang.String reference)
        Specified by:
        referenceLocationPath in interface ContentResolver
      • open

        @Nonnull
        @WillNotClose
        public java.io.InputStream open​(java.nio.file.Path file)
        Specified by:
        open in interface ContentResolver