Class StatusMessageListMapping


  • public class StatusMessageListMapping
    extends java.lang.Object
    Maps two concepts used to indicate an operation's results: IStatus (used by Eclipse) and MessageList (used by Faktor-IPS).
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static org.faktorips.runtime.MessageList toMessageList​(org.eclipse.core.runtime.IStatus status)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • toMessageList

        public static org.faktorips.runtime.MessageList toMessageList​(org.eclipse.core.runtime.IStatus status)