aQute.bnd.main.BndMessages Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of bnd Show documentation
Show all versions of bnd Show documentation
A command line utility and Ant plugin to wrap, build, or examine bundles.
package aQute.bnd.main;
import java.io.*;
import aQute.bnd.build.*;
import aQute.service.reporter.*;
public interface BndMessages extends Messages {
ERROR Failed__(Throwable t, String string);
ERROR UnrecognizedFileType_(String path);
ERROR MoreArgumentsThanNeeded_(Iterable args);
ERROR NoCommandForProject(Project p);
ERROR NoProject();
ERROR InvalidBumpMask_(String mask);
ERROR Project_RunFailed_(Project project, Exception e);
ERROR ForProject_File_FailedToCreateExecutableException_(Project project, String path, Exception e);
ERROR NoSuchRepository_(String newer);
ERROR InvalidGlobPattern_(String pattern);
ERROR NoRunFile(File f);
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy