Package com.github.sommeri.sourcemap

Examples of com.github.sommeri.sourcemap.DefaultSourceMapUrlGenerator


    public SourceMapUrlGenerator getSourceMapNameGenerator() {
      return sourceMapNameGenerator;
    }

    public SourceMapConfiguration setSourceMapNameGenerator(SourceMapUrlGenerator sourceMapNameGenerator) {
      this.sourceMapNameGenerator = sourceMapNameGenerator != null ? sourceMapNameGenerator : new DefaultSourceMapUrlGenerator();
      return this;
    }
View Full Code Here

TOP

Related Classes of com.github.sommeri.sourcemap.DefaultSourceMapUrlGenerator

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.