Package spoon.compiler.builder
Class SourceOptions<T extends SourceOptions<T>>
- java.lang.Object
-
- spoon.compiler.builder.Options<T>
-
- spoon.compiler.builder.SourceOptions<T>
-
public class SourceOptions<T extends SourceOptions<T>> extends Options<T>
-
-
Constructor Summary
Constructors Constructor Description SourceOptions()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description T
sources(String sources)
adds the given paths as concatenated string with File.pathSeparator as sourcesT
sources(String... sources)
adds the given paths as sourcesT
sources(List<SpoonFile> sources)
adds the givenSpoonFile
as sources
-