Groovy Documentation

org.gradle.api.internal.tasks.copy
Class FilterChain

java.lang.Object
  java.io.Reader
      java.io.FilterReader
          org.gradle.api.internal.tasks.copy.FilterChain

class FilterChain
extends java.io.FilterReader

Constructor Summary
protected FilterChain()

 
Method Summary
FilterReader getChain()

boolean hasChain()

void setChain(FilterReader chain)

void setHead(Reader in)

 
Methods inherited from class java.io.FilterReader
mark, reset, close, read, read, skip, markSupported, ready, read, read, hashCode, getClass, equals, toString, wait, wait, wait, notify, notifyAll
 
Methods inherited from class java.io.Reader
mark, reset, close, read, read, read, read, skip, markSupported, ready, hashCode, getClass, equals, toString, wait, wait, wait, notify, notifyAll
 
Methods inherited from class java.lang.Object
hashCode, getClass, equals, toString, wait, wait, wait, notify, notifyAll
 

Constructor Detail

FilterChain

protected FilterChain()


 
Method Detail

getChain

public FilterReader getChain()


hasChain

public boolean hasChain()


setChain

public void setChain(FilterReader chain)


setHead

public void setHead(Reader in)


 

Groovy Documentation