Package | Description |
---|---|
com.google.javascript.jscomp.deps |
Analyzes information about dependencies between files.
|
Modifier and Type | Method and Description |
---|---|
static ClosureBundler.Mode |
ClosureBundler.Mode.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ClosureBundler.Mode[] |
ClosureBundler.Mode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
private void |
ClosureBundler.append(java.lang.Appendable out,
ClosureBundler.Mode mode,
com.google.common.io.CharSource cs) |
private void |
ClosureBundler.append(java.lang.Appendable out,
ClosureBundler.Mode mode,
java.lang.String s) |
private void |
ClosureBundler.appendSourceUrl(java.lang.Appendable out,
ClosureBundler.Mode mode) |