Groovy Documentation

org.gradle.api.plugins.antlr
[Java] Class AntlrSourceVirtualDirectoryImpl

java.lang.Object
  org.gradle.api.plugins.antlr.AntlrSourceVirtualDirectoryImpl
All Implemented Interfaces:
AntlrSourceVirtualDirectory

public class AntlrSourceVirtualDirectoryImpl

The implementation of the AntlrSourceVirtualDirectory contract.

Authors:
Steve Ebersole


Constructor Summary
AntlrSourceVirtualDirectoryImpl(java.lang.String parentDisplayName, FileResolver fileResolver)

 
Method Summary
AntlrSourceVirtualDirectory antlr(groovy.lang.Closure configureClosure)

UnionFileTree getAllAntlr()

SourceDirectorySet getAntlr()

PatternFilterable getAntlrSourcePatterns()

 
Methods inherited from class java.lang.Object
java.lang.Object#wait(long), java.lang.Object#wait(long, int), java.lang.Object#wait(), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll()
 

Constructor Detail

AntlrSourceVirtualDirectoryImpl

public AntlrSourceVirtualDirectoryImpl(java.lang.String parentDisplayName, FileResolver fileResolver)


 
Method Detail

antlr

public AntlrSourceVirtualDirectory antlr(groovy.lang.Closure configureClosure)


getAllAntlr

public UnionFileTree getAllAntlr()


getAntlr

public SourceDirectorySet getAntlr()


getAntlrSourcePatterns

public PatternFilterable getAntlrSourcePatterns()


 

Groovy Documentation