it.haefelinger.flaka
Interface DotClassPath.LogicalClassPathEntry

All Known Implementing Classes:
DotClassPath.ClassPathEntry, DotClassPath.FileSetEntry
Enclosing class:
DotClassPath

public static interface DotClassPath.LogicalClassPathEntry

Interface representing a logical classpath entry. Such a logical entry is for example a fileset which, when being evaluated (@see #eval), resolves into "real" classpath entries (@see #ClassPathEntry).


Method Summary
 void eval(List bucket)
           
 String toString()
           
 

Method Detail

toString

String toString()
Overrides:
toString in class Object

eval

void eval(List bucket)