org.kefirsf.bb.conf
Class Text
java.lang.Object
org.kefirsf.bb.conf.Text
- All Implemented Interfaces:
- PatternElement
public class Text
- extends Object
- implements PatternElement
Pattern text element. The text will be parse by the processor.
- Author:
- Vitaliy Samolovskih aka Kefir
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Text
public Text()
Text
public Text(String name,
Scope scope,
boolean transparent)
getScope
public Scope getScope()
- Code scope for parse text.
- Returns:
- scope
setScope
public void setScope(Scope scope)
- Set scope for parse text.
- Parameters:
scope - scope
isTransparent
public boolean isTransparent()
- Returns:
- true if values from parsing of the text will be propagate to current scope level.
setTransparent
public void setTransparent(boolean transparent)
- Parameters:
transparent - propagate or not values to current scope level
getName
public String getName()
setName
public void setName(String name)
Copyright © 2013. All Rights Reserved.