All Downloads are FREE. Search and download functionalities are using the official Maven repository.

aQute.bnd.main.BndMessages Maven / Gradle / Ivy

Go to download

A command line utility and Ant plugin to wrap, build, or examine bundles.

There is a newer version: 2.4.0
Show newest version
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