|
Groovy Documentation | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | METHOD | DETAIL: FIELD | METHOD |
public interface CodecIdentifier
Information about the codec that identifies it and tells it's aliases.
Method Summary | |
---|---|
java.util.Set
|
getCodecAliases()
Gets the aliases for this codec. |
java.lang.String
|
getCodecName()
Gets the unique name of the codec. |
boolean
|
isEquivalent(CodecIdentifier other)
Checks if this codec is equivalent to some other codec |
Method Detail |
---|
public java.util.Set getCodecAliases()
public java.lang.String getCodecName()
public boolean isEquivalent(CodecIdentifier other)
other
- the CodecIdentifier of the other codec
Groovy Documentation