public class ClosureBundler extends Object
Constructor and Description |
---|
ClosureBundler() |
Modifier and Type | Method and Description |
---|---|
static void |
appendInput(Appendable out,
DependencyInfo info,
File input,
Charset inputCharset)
Append the contents of the file to the supplied appendable.
|
static void |
appendInput(Appendable out,
DependencyInfo info,
String contents)
Append the contents of the string to the supplied appendable.
|
public static void appendInput(Appendable out, DependencyInfo info, File input, Charset inputCharset) throws IOException
IOException
public static void appendInput(Appendable out, DependencyInfo info, String contents) throws IOException
IOException
Copyright © 2009-2014 Google. All Rights Reserved.