Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Interface
com.puppycrawl.tools.checkstyle.api.MessageDispatcher

Uses of MessageDispatcher in com.puppycrawl.tools.checkstyle.api
 

Fields in com.puppycrawl.tools.checkstyle.api declared as MessageDispatcher
private  MessageDispatcher AbstractFileSetCheck.mDispatcher
          The dispatcher errors are fired to.
 

Methods in com.puppycrawl.tools.checkstyle.api that return MessageDispatcher
protected  MessageDispatcher AbstractFileSetCheck.getMessageDispatcher()
          A message dispatcher is used to fire violation messages to interested audit listeners.
 

Methods in com.puppycrawl.tools.checkstyle.api with parameters of type MessageDispatcher
 void FileSetCheck.setMessageDispatcher(MessageDispatcher aDispatcher)
          Sets the MessageDispatcher that is used to dispatch error messages to AuditListeners during processing.
 void AbstractFileSetCheck.setMessageDispatcher(MessageDispatcher aDispatcher)