com.google.debugging.sourcemap
Class SourceMapGeneratorFactory
java.lang.Object
com.google.debugging.sourcemap.SourceMapGeneratorFactory
public class SourceMapGeneratorFactory
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SourceMapGeneratorFactory
public SourceMapGeneratorFactory()
getInstance
public static SourceMapGenerator getInstance()
- Returns:
- The appropriate source map object for the given source map format.
getInstance
public static SourceMapGenerator getInstance(SourceMapFormat format)
- Returns:
- The appropriate source map object for the given source map format.