Class TempDirectoryProvider

  • All Implemented Interfaces:
    Provider<java.io.File>

    public class TempDirectoryProvider
    extends AbstractProvider<java.io.File>
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String name()  
      java.io.File take()
      Instance to be fed into injection point.
      • Methods inherited from class java.lang.Object

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

      • TempDirectoryProvider

        public TempDirectoryProvider()
    • Method Detail

      • take

        public java.io.File take()
        Description copied from interface: Provider
        Instance to be fed into injection point.

        Returns:
        Instance to be injected.