saker.java.compiler Documentation TaskDoc JavaDoc Packages
public interface FileModulePath
Represents a modulepath 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 modulepath.
public abstract FileLocation getFileLocation()
Gets the file of this modulepath.
The file location.