Uses of Class
com.google.javascript.jscomp.SourceFile.Builder
-
Packages that use SourceFile.Builder Package Description com.google.javascript.jscomp -
-
Uses of SourceFile.Builder in com.google.javascript.jscomp
Methods in com.google.javascript.jscomp that return SourceFile.Builder Modifier and Type Method Description static SourceFile.BuilderSourceFile. builder()Create a new builder for source files.SourceFile.BuilderSourceFile.Builder. withCharset(java.nio.charset.Charset charset)Set the charset to use when reading from an input stream or file.SourceFile.BuilderSourceFile.Builder. withContent(java.io.InputStream x)SourceFile.BuilderSourceFile.Builder. withContent(java.lang.String x)SourceFile.BuilderSourceFile.Builder. withKind(StaticSourceFile.SourceKind kind)Set the source kind.SourceFile.BuilderSourceFile.Builder. withOriginalPath(java.lang.String originalPath)Sets a name for this source file that does not need to correspond to a path on disk.SourceFile.BuilderSourceFile.Builder. withPath(java.lang.String path)SourceFile.BuilderSourceFile.Builder. withPath(java.nio.file.Path path)SourceFile.BuilderSourceFile.Builder. withZipEntryPath(java.lang.String zipPath, java.lang.String entryPath)
-