Package org.openstreetmap.josm.plugins
Class PluginHandler.DeprecatedPlugin
- java.lang.Object
-
- org.openstreetmap.josm.plugins.PluginHandler.DeprecatedPlugin
-
- All Implemented Interfaces:
Comparable<PluginHandler.DeprecatedPlugin>
- Enclosing class:
- PluginHandler
public static class PluginHandler.DeprecatedPlugin extends Object implements Comparable<PluginHandler.DeprecatedPlugin>
Description of a deprecated plugin
-
-
Constructor Summary
Constructors Constructor Description DeprecatedPlugin(String name, String reason)
Constructs a newDeprecatedPlugin
with a given reason.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
compareTo(PluginHandler.DeprecatedPlugin o)
boolean
equals(Object obj)
int
hashCode()
-
-
-
Constructor Detail
-
DeprecatedPlugin
public DeprecatedPlugin(String name, String reason)
Constructs a newDeprecatedPlugin
with a given reason.- Parameters:
name
- The plugin namereason
- The reason about deprecation
-
-
Method Detail
-
compareTo
public int compareTo(PluginHandler.DeprecatedPlugin o)
- Specified by:
compareTo
in interfaceComparable<PluginHandler.DeprecatedPlugin>
-
-