Class AbstractLocator

  • All Implemented Interfaces:
    org.apache.maven.doxia.sink.Locator

    public abstract class AbstractLocator
    extends java.lang.Object
    implements org.apache.maven.doxia.sink.Locator
    Since:
    2.0.0
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected AbstractLocator​(java.lang.String reference)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getReference()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface org.apache.maven.doxia.sink.Locator

        getColumnNumber, getLineNumber
    • Constructor Detail

      • AbstractLocator

        protected AbstractLocator​(java.lang.String reference)
    • Method Detail

      • getReference

        public java.lang.String getReference()
        Specified by:
        getReference in interface org.apache.maven.doxia.sink.Locator