package saker.java.compiler.api.classpath
Contains classes for creating and accessing Java classpath configurations.
ClassPathEntry | Represents a classpath entry that is enclosed in a classpath reference. |
ClassPathEntryInputFile | Represents an input file configuration for ClassPathEntry. |
ClassPathEntryInputFileVisitor | Visitor interface for ClassPathEntryInputFile. |
ClassPathReference | Represents a classpath entry that is provided by an external agent. |
ClassPathVisitor | Visitor interface for examining classpath entries. |
CompilationClassPath | Represents a classpath entry that is backed by the output of a Java compilation task. |
FileClassPath | Represents a classpath entry that is backed by a file location. |
JavaClassPath | Represents a classpath configuration for the JVM. |
JavaClassPathBuilder | Builder interface for JavaClassPath. |
JavaSourceDirectory | Represents a source directory configuration. |
SDKClassPath | Represents a classpath entry that is backed by a path from and SDK. |