Package generic.jar

Interface Resource

    • Method Detail

      • getResource

        Resource getResource​(java.lang.String name)
      • getAbsolutePath

        java.lang.String getAbsolutePath()
      • getName

        java.lang.String getName()
      • isDirectory

        boolean isDirectory()
      • toURL

        java.net.URL toURL()
                    throws java.net.MalformedURLException
        Throws:
        java.net.MalformedURLException
      • lastModified

        long lastModified()
      • getInputStream

        java.io.InputStream getInputStream()
                                    throws java.io.FileNotFoundException,
                                           java.io.IOException
        Throws:
        java.io.FileNotFoundException
        java.io.IOException
      • delete

        boolean delete()
      • exists

        boolean exists()
      • getOutputStream

        java.io.OutputStream getOutputStream()
                                      throws java.io.FileNotFoundException
        Throws:
        java.io.FileNotFoundException
      • getFile

        java.io.File getFile()
      • length

        long length()
      • getCanonicalPath

        java.lang.String getCanonicalPath()
                                   throws java.io.IOException
        Throws:
        java.io.IOException
      • isFile

        boolean isFile()
      • getCanonicalResource

        Resource getCanonicalResource()
      • canWrite

        boolean canWrite()
      • mkdir

        boolean mkdir()
      • getFileSystemRoot

        java.io.File getFileSystemRoot()
      • toURI

        java.net.URI toURI()
      • getResourceAsFile

        java.io.File getResourceAsFile​(ResourceFile resourceFile)