Interface PluginIdLocation
-
- All Superinterfaces:
Location
@Incubating public interface PluginIdLocation extends Location
Represents a plugin ID.- Since:
- 8.6
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getPluginId()
The ID of the plugin to which the location belongs.
-