public final class XemblyLine extends Object
Modifier and Type | Field and Description |
---|---|
static String |
MARK
Mark (reads as "χemβly").
|
Constructor and Description |
---|
XemblyLine(Iterable<org.xembly.Directive> dirs)
Public ctor.
|
Modifier and Type | Method and Description |
---|---|
static boolean |
existsIn(String line)
Does it look like xembly line.
|
void |
log()
Convenient utility method to log xembly.
|
static XemblyLine |
parse(CharSequence text)
Decode text.
|
String |
toString() |
String |
xembly()
Get Xembly script.
|
public static final String MARK
public XemblyLine(Iterable<org.xembly.Directive> dirs)
dirs
- Xembly directives to encapsulatepublic String xembly()
public static boolean existsIn(String line)
line
- Line to checkpublic static XemblyLine parse(CharSequence text) throws org.xembly.SyntaxException
text
- Text to decodeorg.xembly.SyntaxException
- If can't parsepublic void log()
Copyright © 2009–2014 Rultor Inc.. All rights reserved.