Interface Reporter.SetLocation

    • Method Detail

      • header

        Reporter.SetLocation header​(java.lang.String header)
        Set the header/section location. This is normally the header in a manifest or properties file.
      • context

        Reporter.SetLocation context​(java.lang.String context)
        Set the context in the header.
        Parameters:
        context -
      • method

        Reporter.SetLocation method​(java.lang.String methodName)
        Set the method where the error is reported.
        Parameters:
        methodName -
      • reference

        Reporter.SetLocation reference​(java.lang.String reference)
        Set a reference for the error (url or so)
      • details

        Reporter.SetLocation details​(java.lang.Object details)
        Pass a DTO containing detailed information about the error. This can be recognised by other tools (e.g. bndtools) and used for further error reporting/fixing.