org.mule.devkit.generation.api.gatherer.printing
Class FileNotificationMessage

java.lang.Object
  extended by org.mule.devkit.generation.api.gatherer.printing.FileNotificationMessage
All Implemented Interfaces:
Comparable<FileNotificationMessage>

public class FileNotificationMessage
extends Object
implements Comparable<FileNotificationMessage>


Constructor Summary
FileNotificationMessage(String file, Integer line, String message)
           
 
Method Summary
 int compareTo(FileNotificationMessage fileNotificationMessage)
           
 String getFile()
           
 Integer getLine()
           
 String getMessage()
           
 void setFile(String file)
           
 void setLine(Integer line)
           
 void setMessage(String message)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FileNotificationMessage

public FileNotificationMessage(String file,
                               Integer line,
                               String message)
Method Detail

compareTo

public int compareTo(FileNotificationMessage fileNotificationMessage)
Specified by:
compareTo in interface Comparable<FileNotificationMessage>

getFile

public String getFile()

setFile

public void setFile(String file)

getLine

public Integer getLine()

setLine

public void setLine(Integer line)

getMessage

public String getMessage()

setMessage

public void setMessage(String message)


Copyright © 2010–2014 MuleSoft, Inc.. All rights reserved.