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.ERRORFailed__(java.lang.Throwable t, java.lang.String string)Messages.ERRORForProject_File_FailedToCreateExecutableException_(Project project, java.lang.String path, java.lang.Exception e)Messages.ERRORInvalidBumpMask_(java.lang.String mask)Messages.ERRORInvalidGlobPattern_(java.lang.String pattern)Messages.ERRORMoreArgumentsThanNeeded_(java.lang.Iterable<java.lang.String> args)Messages.ERRORNoCommandForProject(Project p)Messages.ERRORNoProject()Messages.ERRORNoRunFile(java.io.File f)Messages.ERRORNoSuchRepository_(java.lang.String newer)voidNoValidWorkspace(java.io.File f)Messages.ERRORProject_RunFailed_(Project project, java.lang.Exception e)Messages.ERRORUnrecognizedFileType_(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)
-
-