public class Plugin extends Object implements Comparable<Plugin>
| Modifier and Type | Class and Description |
|---|---|
static class |
Plugin.State |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(Plugin other) |
boolean |
equals(Object other) |
static Plugin |
fromString(String outputLine) |
static List<Plugin> |
fromStrings(Collection<String> strings) |
String |
getName() |
EnumSet<Plugin.State> |
getState() |
String |
getVersion() |
int |
hashCode() |
String |
toString() |
public static List<Plugin> fromStrings(Collection<String> strings)
strings - all the lines to parse. Those that can't be parsed won't be part of the resulting list.public static Plugin fromString(String outputLine)
outputLine - as generated by the command line rabbitmq-plugins groupedListpublic String getName()
public EnumSet<Plugin.State> getState()
public String getVersion()
public int compareTo(Plugin other)
compareTo in interface Comparable<Plugin>Copyright © 2016–2021. All rights reserved.