Class RuntimeFileServlet.RuntimeFile

    • Constructor Detail

      • RuntimeFile

        public RuntimeFile​(@NotNull
                           @NotNull org.apache.sling.api.SlingHttpServletRequest request,
                           @NotNull
                           @NotNull File file)
    • Method Detail

      • getFile

        @NotNull
        public @NotNull File getFile()
      • getName

        @NotNull
        public @NotNull String getName()
      • getPath

        @NotNull
        public @NotNull String getPath()
      • getUri

        @Nullable
        public @Nullable String getUri()
      • getMimeType

        @Nullable
        public @Nullable org.apache.tika.mime.MimeType getMimeType()
      • isText

        public boolean isText()
      • isLog

        public boolean isLog()