public static class ConfluentResourceName.Element extends Object implements Comparable
Constructor and Description |
---|
Element(String resourceType,
String encodedResourceName) |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(Object o) |
String |
encodedResourceName() |
boolean |
equals(Object o) |
int |
hashCode() |
boolean |
matches(ConfluentResourceName.Element that) |
String |
resourceType() |
String |
toString() |
public Element(String resourceType, String encodedResourceName) throws CrnSyntaxException
CrnSyntaxException
public String encodedResourceName()
public String resourceType()
public boolean matches(ConfluentResourceName.Element that)
public int compareTo(Object o)
compareTo
in interface Comparable