类 CopyInto

java.lang.Object
groovy.lang.GroovyObjectSupport
groovy.lang.Closure<Object>
net.minecraftforge.gradle.CopyInto
所有已实现的接口:
groovy.lang.GroovyCallable<Object>, groovy.lang.GroovyObject, Serializable, Cloneable, Runnable, Callable<Object>

public class CopyInto extends groovy.lang.Closure<Object>
另请参阅:
  • 字段概要

    从类继承的字段 groovy.lang.Closure

    DELEGATE_FIRST, DELEGATE_ONLY, DONE, IDENTITY, maximumNumberOfParameters, OWNER_FIRST, OWNER_ONLY, parameterTypes, SKIP, TO_SELF
  • 构造器概要

    构造器
    构造器
    说明
     
    CopyInto(String dir, String... filters)
     
  • 方法概要

    修饰符和类型
    方法
    说明
    addExpand(String key, String value)
     
    addExpand(String key, org.gradle.api.provider.Provider<String> value)
     
    call(Object... args)
     

    从类继承的方法 groovy.lang.Closure

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

    从类继承的方法 groovy.lang.GroovyObjectSupport

    getMetaClass, setMetaClass

    从类继承的方法 java.lang.Object

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

    从接口继承的方法 groovy.lang.GroovyObject

    invokeMethod
  • 构造器详细资料

    • CopyInto

      public CopyInto(String dir)
    • CopyInto

      public CopyInto(String dir, String... filters)
  • 方法详细资料