Class FileFactory.DirectorySupplier

  • All Implemented Interfaces:
    com.google.common.base.Supplier<Directory>, java.util.function.Supplier<Directory>
    Enclosing class:
    FileFactory

    private final class FileFactory.DirectorySupplier
    extends java.lang.Object
    implements com.google.common.base.Supplier<Directory>
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private DirectorySupplier()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      Directory get()  
      • Methods inherited from class java.lang.Object

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

      • DirectorySupplier

        private DirectorySupplier()
    • Method Detail

      • get

        public Directory get()
        Specified by:
        get in interface com.google.common.base.Supplier<Directory>
        Specified by:
        get in interface java.util.function.Supplier<Directory>