Class CreateTemporaryDirectoryClosure

java.lang.Object
groovy.lang.GroovyObjectSupport
groovy.lang.Closure<File>
de.uplanet.lucy.server.scripting.groovy.CreateTemporaryDirectoryClosure
All Implemented Interfaces:
groovy.lang.GroovyCallable<File>, groovy.lang.GroovyObject, Serializable, Cloneable, Runnable, Callable<File>

@Scriptable public final class CreateTemporaryDirectoryClosure extends groovy.lang.Closure<File>
See Also:
  • Field Summary

    Fields inherited from class groovy.lang.Closure

    DELEGATE_FIRST, DELEGATE_ONLY, DONE, IDENTITY, OWNER_FIRST, OWNER_ONLY, SKIP, TO_SELF
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
     
     
    int
     

    Methods inherited from class groovy.lang.Closure

    andThen, andThenSelf, andThenSelf, asWritable, call, call, clone, compose, composeSelf, composeSelf, curry, curry, dehydrate, getDelegate, getDirective, getOwner, getParameterTypes, getProperty, getResolveStrategy, getThisObject, isCase, leftShift, leftShift, memoize, memoizeAtLeast, memoizeAtMost, memoizeBetween, ncurry, ncurry, rcurry, rcurry, rehydrate, rightShift, run, setDelegate, setDirective, setProperty, setResolveStrategy, trampoline, trampoline

    Methods inherited from class groovy.lang.GroovyObjectSupport

    getMetaClass, setMetaClass

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface groovy.lang.GroovyObject

    invokeMethod
  • Constructor Details

    • CreateTemporaryDirectoryClosure

      public CreateTemporaryDirectoryClosure()
  • Method Details

    • call

      public File call()
      Specified by:
      call in interface Callable<File>
      Overrides:
      call in class groovy.lang.Closure<File>
    • doCall

      public Object doCall()
    • getMaximumNumberOfParameters

      public int getMaximumNumberOfParameters()
      Overrides:
      getMaximumNumberOfParameters in class groovy.lang.Closure<File>
      Returns:
      Always 0.