Package aQute.bnd.main
Interface BndMessages
-
-
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
Failed__(java.lang.Throwable t, java.lang.String string)
Messages.ERROR
ForProject_File_FailedToCreateExecutableException_(Project project, java.lang.String path, java.lang.Exception e)
Messages.ERROR
InvalidBumpMask_(java.lang.String mask)
Messages.ERROR
InvalidGlobPattern_(java.lang.String pattern)
Messages.ERROR
MoreArgumentsThanNeeded_(java.lang.Iterable<java.lang.String> args)
Messages.ERROR
NoCommandForProject(Project p)
Messages.ERROR
NoProject()
Messages.ERROR
NoRunFile(java.io.File f)
Messages.ERROR
NoSuchRepository_(java.lang.String newer)
void
NoValidWorkspace(java.io.File f)
Messages.ERROR
Project_RunFailed_(Project project, java.lang.Exception e)
Messages.ERROR
UnrecognizedFileType_(java.lang.String path)
-
Methods inherited from interface aQute.service.reporter.Messages
NoSuchFile_, Unexpected_Error_
-
-
-
-
Method Detail
-
Failed__
Messages.ERROR Failed__(java.lang.Throwable t, java.lang.String string)
-
UnrecognizedFileType_
Messages.ERROR UnrecognizedFileType_(java.lang.String path)
-
MoreArgumentsThanNeeded_
Messages.ERROR MoreArgumentsThanNeeded_(java.lang.Iterable<java.lang.String> args)
-
NoCommandForProject
Messages.ERROR NoCommandForProject(Project p)
-
NoProject
Messages.ERROR NoProject()
-
InvalidBumpMask_
Messages.ERROR InvalidBumpMask_(java.lang.String mask)
-
Project_RunFailed_
Messages.ERROR Project_RunFailed_(Project project, java.lang.Exception e)
-
ForProject_File_FailedToCreateExecutableException_
Messages.ERROR ForProject_File_FailedToCreateExecutableException_(Project project, java.lang.String path, java.lang.Exception e)
-
NoSuchRepository_
Messages.ERROR NoSuchRepository_(java.lang.String newer)
-
InvalidGlobPattern_
Messages.ERROR InvalidGlobPattern_(java.lang.String pattern)
-
NoRunFile
Messages.ERROR NoRunFile(java.io.File f)
-
NoValidWorkspace
void NoValidWorkspace(java.io.File f)
-
-