Package aQute.bnd.ant
Interface AntMessages
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface aQute.service.reporter.Messages
Messages.ERROR, Messages.WARNING
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Messages.ERROR
FailedToDeploy_Exception_(java.io.File file, java.lang.Exception e)
Messages.ERROR
GotFileNeedDir_(java.io.File absoluteFile)
Messages.ERROR
NotAJarFile_(java.io.File file)
-
Methods inherited from interface aQute.service.reporter.Messages
NoSuchFile_, Unexpected_Error_
-
-
-
-
Method Detail
-
NotAJarFile_
Messages.ERROR NotAJarFile_(java.io.File file)
-
FailedToDeploy_Exception_
Messages.ERROR FailedToDeploy_Exception_(java.io.File file, java.lang.Exception e)
-
GotFileNeedDir_
Messages.ERROR GotFileNeedDir_(java.io.File absoluteFile)
-
-