|
Groovy Documentation | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | METHOD | DETAIL: FIELD | METHOD |
public interface EncodedAppenderFactory
This interface marks an instance capable of getting a EncodedAppender instance that is connected to it. For example a buffer provides it's EncodedAppender instance with this interface.
Method Summary | |
---|---|
EncodedAppender
|
getEncodedAppender()
Gets the EncodedAppender that is connected to the instance of this implementation. |
Method Detail |
---|
public EncodedAppender getEncodedAppender()
Groovy Documentation