Class SourceMapJoinerStub

java.lang.Object
com.atlassian.sourcemap.SourceMapJoiner
com.atlassian.plugin.webresource.impl.support.SourceMapJoinerStub

public class SourceMapJoinerStub extends com.atlassian.sourcemap.SourceMapJoiner
Stub for SourceMapJoiner, needed to replace it when Source Map generation not needed.
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    add(com.atlassian.sourcemap.ReadableSourceMap sourceMap, int length)
     
    void
    add(com.atlassian.sourcemap.ReadableSourceMap sourceMap, int length, int offset)
     
    com.atlassian.sourcemap.WritableSourceMap
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • SourceMapJoinerStub

      public SourceMapJoinerStub()
  • Method Details

    • add

      public void add(com.atlassian.sourcemap.ReadableSourceMap sourceMap, int length)
      Overrides:
      add in class com.atlassian.sourcemap.SourceMapJoiner
    • add

      public void add(com.atlassian.sourcemap.ReadableSourceMap sourceMap, int length, int offset)
      Overrides:
      add in class com.atlassian.sourcemap.SourceMapJoiner
    • join

      public com.atlassian.sourcemap.WritableSourceMap join()
      Overrides:
      join in class com.atlassian.sourcemap.SourceMapJoiner