Interface BndMessages

  • All Superinterfaces:
    aQute.service.reporter.Messages

    public interface BndMessages
    extends aQute.service.reporter.Messages
    • Nested Class Summary

      • Nested classes/interfaces inherited from interface aQute.service.reporter.Messages

        aQute.service.reporter.Messages.ERROR, aQute.service.reporter.Messages.WARNING
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      aQute.service.reporter.Messages.ERROR Failed__​(java.lang.Throwable t, java.lang.String string)  
      aQute.service.reporter.Messages.ERROR ForProject_File_FailedToCreateExecutableException_​(aQute.bnd.build.Project project, java.lang.String path, java.lang.Exception e)  
      aQute.service.reporter.Messages.ERROR InvalidBumpMask_​(java.lang.String mask)  
      aQute.service.reporter.Messages.ERROR InvalidGlobPattern_​(java.lang.String pattern)  
      aQute.service.reporter.Messages.ERROR MoreArgumentsThanNeeded_​(java.lang.Iterable<java.lang.String> args)  
      aQute.service.reporter.Messages.ERROR NoCommandForProject​(aQute.bnd.build.Project p)  
      aQute.service.reporter.Messages.ERROR NoProject()  
      aQute.service.reporter.Messages.ERROR NoRunFile​(java.io.File f)  
      aQute.service.reporter.Messages.ERROR NoSuchRepository_​(java.lang.String newer)  
      void NoValidWorkspace​(java.io.File f)  
      aQute.service.reporter.Messages.ERROR Project_RunFailed_​(aQute.bnd.build.Project project, java.lang.Exception e)  
      aQute.service.reporter.Messages.ERROR UnrecognizedFileType_​(java.lang.String path)  
      • Methods inherited from interface aQute.service.reporter.Messages

        NoSuchFile_, Unexpected_Error_
    • Method Detail

      • Failed__

        aQute.service.reporter.Messages.ERROR Failed__​(java.lang.Throwable t,
                                                       java.lang.String string)
      • UnrecognizedFileType_

        aQute.service.reporter.Messages.ERROR UnrecognizedFileType_​(java.lang.String path)
      • MoreArgumentsThanNeeded_

        aQute.service.reporter.Messages.ERROR MoreArgumentsThanNeeded_​(java.lang.Iterable<java.lang.String> args)
      • NoCommandForProject

        aQute.service.reporter.Messages.ERROR NoCommandForProject​(aQute.bnd.build.Project p)
      • NoProject

        aQute.service.reporter.Messages.ERROR NoProject()
      • InvalidBumpMask_

        aQute.service.reporter.Messages.ERROR InvalidBumpMask_​(java.lang.String mask)
      • Project_RunFailed_

        aQute.service.reporter.Messages.ERROR Project_RunFailed_​(aQute.bnd.build.Project project,
                                                                 java.lang.Exception e)
      • ForProject_File_FailedToCreateExecutableException_

        aQute.service.reporter.Messages.ERROR ForProject_File_FailedToCreateExecutableException_​(aQute.bnd.build.Project project,
                                                                                                 java.lang.String path,
                                                                                                 java.lang.Exception e)
      • NoSuchRepository_

        aQute.service.reporter.Messages.ERROR NoSuchRepository_​(java.lang.String newer)
      • InvalidGlobPattern_

        aQute.service.reporter.Messages.ERROR InvalidGlobPattern_​(java.lang.String pattern)
      • NoRunFile

        aQute.service.reporter.Messages.ERROR NoRunFile​(java.io.File f)
      • NoValidWorkspace

        void NoValidWorkspace​(java.io.File f)