Package aQute.bnd.ant

Interface AntMessages

  • All Superinterfaces:
    aQute.service.reporter.Messages

    public interface AntMessages
    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 FailedToDeploy_Exception_​(java.io.File file, java.lang.Exception e)  
      aQute.service.reporter.Messages.ERROR GotFileNeedDir_​(java.io.File absoluteFile)  
      aQute.service.reporter.Messages.ERROR NotAJarFile_​(java.io.File file)  
      • Methods inherited from interface aQute.service.reporter.Messages

        NoSuchFile_, Unexpected_Error_
    • Method Detail

      • NotAJarFile_

        aQute.service.reporter.Messages.ERROR NotAJarFile_​(java.io.File file)
      • FailedToDeploy_Exception_

        aQute.service.reporter.Messages.ERROR FailedToDeploy_Exception_​(java.io.File file,
                                                                        java.lang.Exception e)
      • GotFileNeedDir_

        aQute.service.reporter.Messages.ERROR GotFileNeedDir_​(java.io.File absoluteFile)