|
|||||||||
| Home >> All >> org >> scoja >> server >> [ expr overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.scoja.server.expr
Class WithoutLinesFunction

java.lang.Objectorg.scoja.server.expr.StringExpressionAtPython
org.scoja.server.expr.String2StringFunction
org.scoja.server.expr.WithoutLinesFunction
- All Implemented Interfaces:
- StringExpression
- public class WithoutLinesFunction
- extends String2StringFunction
Remove end of lines from an String. Both CR and LF are considered line enders. White space (space, CR, LF, tabs, ..) after an end of line is removed.
At configuration files, it is mapped to withoutEOLN
function.
| Field Summary |
| Fields inherited from class org.scoja.server.expr.String2StringFunction |
subexpr1 |
| Constructor Summary | |
WithoutLinesFunction(StringExpression subexpr)
|
|
| Method Summary | |
org.scoja.server.core.QStr |
eval(org.scoja.server.core.EventContext env)
|
| Methods inherited from class org.scoja.server.expr.StringExpressionAtPython |
__eq__ |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
WithoutLinesFunction
public WithoutLinesFunction(StringExpression subexpr)
| Method Detail |
eval
public org.scoja.server.core.QStr eval(org.scoja.server.core.EventContext env)
- Specified by:
evalin interfaceStringExpression- Overrides:
evalin classString2StringFunction
|
|||||||||
| Home >> All >> org >> scoja >> server >> [ expr overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC