Package aQute.bnd.ant
Interface AntMessages
-
- All Superinterfaces:
aQute.service.reporter.Messages
public interface AntMessages extends aQute.service.reporter.Messages
-
-
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)
-
-
-
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)
-
-