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

burp.api.montoya.project.Project Maven / Gradle / Ivy

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