saker.java.compiler Documentation TaskDoc JavaDoc Packages
public interface FileClassPath
Represents a classpath entry that is backed by a file location.

The backing file may locate a JAR or directory, the interface doesn't specify a requirement on its nature.

Clients shouldn't implement this interface.

Methods
public FileLocation
Gets the file of this classpath.
public abstract FileLocation getFileLocation()
Gets the file of this classpath.
The file location.