saker.java.compiler Documentation TaskDoc JavaDoc Packages
public interface ClassPathEntryInputFileVisitor
Visitor interface for ClassPathEntryInputFile.

The visitor can be used to visit various classpath input file configurations.

Clients can implement this interface.

Methods
public default void
visit(FileClassPath classpath)
Visits a file classpath.
public default void
visit(SDKClassPath classpath)
Visits an SDK classpath.
public default void visit(FileClassPath classpath)
Visits a file classpath.
classpathThe classpath.
public default void visit(SDKClassPath classpath)
Visits an SDK classpath.
classpathThe classpath.