Class JSFile

  • All Implemented Interfaces:
    javajs.api.GenericFileInterface

    public class JSFile
    extends java.lang.Object
    implements javajs.api.GenericFileInterface
    A class that mimics java.io.File We allow access to
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.lang.String fullName  
      private java.lang.String name  
    • Constructor Summary

      Constructors 
      Constructor Description
      JSFile​(java.lang.String name)  
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getFullPath()  
      java.lang.String getName()  
      javajs.api.GenericFileInterface getParentAsFile()  
      static java.lang.Object getURLContents​(java.net.URL url, byte[] outputBytes, java.lang.String post)
      Note that the JS equivalent passes back a javajs.util.SB
      boolean isDirectory()  
      long length()  
      (package private) static javajs.api.GenericFileInterface newFile​(java.lang.String name)  
      • Methods inherited from class java.lang.Object

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

      • name

        private java.lang.String name
      • fullName

        private java.lang.String fullName
    • Constructor Detail

      • JSFile

        JSFile​(java.lang.String name)
    • Method Detail

      • newFile

        static javajs.api.GenericFileInterface newFile​(java.lang.String name)
      • getParentAsFile

        public javajs.api.GenericFileInterface getParentAsFile()
        Specified by:
        getParentAsFile in interface javajs.api.GenericFileInterface
      • getFullPath

        public java.lang.String getFullPath()
        Specified by:
        getFullPath in interface javajs.api.GenericFileInterface
      • getName

        public java.lang.String getName()
        Specified by:
        getName in interface javajs.api.GenericFileInterface
      • isDirectory

        public boolean isDirectory()
        Specified by:
        isDirectory in interface javajs.api.GenericFileInterface
      • length

        public long length()
        Specified by:
        length in interface javajs.api.GenericFileInterface
      • getURLContents

        public static java.lang.Object getURLContents​(java.net.URL url,
                                                      byte[] outputBytes,
                                                      java.lang.String post)
        Note that the JS equivalent passes back a javajs.util.SB
        Parameters:
        url -
        outputBytes -
        post -
        Returns:
        javajs.util.SB or