saker.standard Documentation TaskDoc JavaDoc Packages
public interface FileLocationVisitor
Visitor interface for the possible types of FileLocation.

The visitor is used with FileLocation.accept(FileLocationVisitor) where the subject file location will call the appropriate visit method of this interface.

All of the declared methods in this interface are default and throw an UnsupportedOperationException by default. Additional visit methods may be added to this interface with similar default implementations.

Clients are recommended to implement this interface.

Methods
public default void
public default void
public default void visit(ExecutionFileLocation loc)
locThe file location.
public default void visit(LocalFileLocation loc)
locThe file location.