public final class ClosureBundler extends Object
Constructor and Description |
---|
ClosureBundler() |
Modifier and Type | Method and Description |
---|---|
static void |
appendInput(Appendable out,
DependencyInfo info,
String contents)
Append the contents of the string to the supplied appendable.
|
void |
appendTo(Appendable out,
DependencyInfo info,
File content,
Charset contentCharset)
Append the contents of the file to the supplied appendable.
|
void |
appendTo(Appendable out,
DependencyInfo info,
String content)
Append the contents of the string to the supplied appendable.
|
ClosureBundler |
useEval(boolean useEval) |
ClosureBundler |
withSourceUrl(String sourceUrl) |
public final ClosureBundler useEval(boolean useEval)
public final ClosureBundler withSourceUrl(String sourceUrl)
public static void appendInput(Appendable out, DependencyInfo info, String contents) throws IOException
IOException
public void appendTo(Appendable out, DependencyInfo info, String content) throws IOException
IOException
public void appendTo(Appendable out, DependencyInfo info, File content, Charset contentCharset) throws IOException
IOException
Copyright © 2009-2015 Google. All Rights Reserved.