Class FileLikeThing<T>

  • Type Parameters:
    T - A class that abstracts a File.

    public class FileLikeThing<T>
    extends Object
    Wrapper for any type of class that acts like a File
    Author:
    HARGRAVEJE
    • Constructor Detail

      • FileLikeThing

        public FileLikeThing​(URI path,
                             T fileLikeThing)
    • Method Detail

      • getPath

        public URI getPath()
      • getFileLikeThing

        public T getFileLikeThing()