package saker.std.api.file.location
Contains classes for handling and representing files in the build system.
| ExecutionFileLocation | FileLocation that represents a file that is accessible in the build file hierarchy. |
| FileCollection | Container for multiple file locations. |
| FileLocation | Represents a location of a file. |
| FileLocationVisitor | Visitor interface for the possible types of FileLocation. |
| LocalFileLocation | FileLocation that represents a file on the local file system. |