public static final class ClasspathInfo.Builder extends Object
ClasspathInfo
.Modifier and Type | Method and Description |
---|---|
ClasspathInfo |
build()
Creates a new
ClasspathInfo . |
ClasspathInfo.Builder |
setClassPath(ClassPath classPath) |
ClasspathInfo.Builder |
setModuleBootPath(ClassPath moduleBootPath) |
ClasspathInfo.Builder |
setModuleClassPath(ClassPath moduleClassPath) |
ClasspathInfo.Builder |
setModuleCompilePath(ClassPath moduleCompilePath) |
ClasspathInfo.Builder |
setModuleSourcePath(ClassPath moduleSourcePath) |
ClasspathInfo.Builder |
setSourcePath(ClassPath sourcePath) |
@NonNull public ClasspathInfo.Builder setModuleBootPath(@NullAllowed ClassPath moduleBootPath)
@NonNull public ClasspathInfo.Builder setClassPath(@NullAllowed ClassPath classPath)
@NonNull public ClasspathInfo.Builder setModuleCompilePath(@NullAllowed ClassPath moduleCompilePath)
@NonNull public ClasspathInfo.Builder setModuleClassPath(@NullAllowed ClassPath moduleClassPath)
@NonNull public ClasspathInfo.Builder setSourcePath(@NullAllowed ClassPath sourcePath)
@NonNull public ClasspathInfo.Builder setModuleSourcePath(@NullAllowed ClassPath moduleSourcePath)
@NonNull public ClasspathInfo build()
ClasspathInfo
.ClasspathInfo