Class FileFactory.RegularFileSupplier

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

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

      Constructors 
      Modifier Constructor Description
      private RegularFileSupplier()  
    • Method Summary

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

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

      • RegularFileSupplier

        private RegularFileSupplier()
    • Method Detail

      • get

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