Package spoon.compiler.builder
Class ClasspathOptions<T extends ClasspathOptions<T>>
java.lang.Object
spoon.compiler.builder.Options<T>
spoon.compiler.builder.ClasspathOptions<T>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbootclasspath(String bootclasspath) bootclasspath(String... bootclasspaths) modulePath(String modulePath) Adds the specified module path to the list of arguments.modulePath(List<String> modulePaths) Adds the specified list of module paths to the list of arguments.
-
Constructor Details
-
ClasspathOptions
public ClasspathOptions()
-
-
Method Details
-
classpath
-
classpath
-
modulePath
Adds the specified module path to the list of arguments.- Parameters:
modulePath- the module path to add- Returns:
- the instance of the class calling this method
-
modulePath
Adds the specified list of module paths to the list of arguments.- Parameters:
modulePaths- the list of module paths to add- Returns:
- the instance of the class calling this method
-
bootclasspath
-
bootclasspath
-
binaries
-
binaries
-
encoding
-