public final class PluginId extends Object implements Comparable<PluginId>
Constructor and Description |
---|
PluginId(String name,
int major,
int minor,
String release) |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(PluginId o) |
int |
getMajor() |
int |
getMinor() |
String |
getName() |
String |
getRelease() |
String |
toString() |
Copyright © 2014 JBoss by Red Hat. All rights reserved.