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

aQute.bnd.ant.AntMessages Maven / Gradle / Ivy

The newest version!
package aQute.bnd.ant;

import java.io.File;

import aQute.libg.reporter.Message;
import aQute.service.reporter.Messages;

@Message("bnd messages for Ant")
public interface AntMessages extends Messages {

	ERROR NotAJarFile_(File file);

	ERROR FailedToDeploy_Exception_(File file, Exception e);

	ERROR GotFileNeedDir_(File absoluteFile);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy