com.lonniepryor.blues.cfg
Interface TextContainer
- All Known Implementing Classes:
- PointcutCfgImpl
- public interface TextContainer
Interface that declares its implementors capable of accepting raw configuration
text.
- Version:
- $Revision: 1.1 $
- Author:
- Lonnie Pryor
Method Summary |
void |
appendText(char[] characters,
int startIndex,
int textLength)
Supplies the specified character data to this configuration element. |
appendText
public void appendText(char[] characters,
int startIndex,
int textLength)
- Supplies the specified character data to this configuration element.
- Parameters:
characters
- The contnent of the text.startIndex
- The index in the array where this container's data starts.textLength
- The length of the text meant for this container.
Copyright © 2003 Blues Framework. All Rights Reserved.