org.mule.devkit.generation.api.gatherer.printing
Class FileNotificationMessage
java.lang.Object
org.mule.devkit.generation.api.gatherer.printing.FileNotificationMessage
- All Implemented Interfaces:
- Comparable<FileNotificationMessage>
public class FileNotificationMessage
- extends Object
- implements Comparable<FileNotificationMessage>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FileNotificationMessage
public FileNotificationMessage(String file,
Integer line,
String message)
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–2015 MuleSoft, Inc.. All rights reserved.