burp.api.montoya.project.Project Maven / Gradle / Ivy
package burp.api.montoya.project;
/**
* Provides access to functionality relating to the project.
*/
public interface Project
{
/**
* Retrieves the name of the current project.
*
* @return name
*/
String name();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy