org.yaml.snakeyaml.emitter
Class ScalarAnalysis
java.lang.Object
org.yaml.snakeyaml.emitter.ScalarAnalysis
public final class ScalarAnalysis
- extends Object
Constructor Summary |
ScalarAnalysis(String scalar,
boolean empty,
boolean multiline,
boolean allowFlowPlain,
boolean allowBlockPlain,
boolean allowSingleQuoted,
boolean allowDoubleQuoted,
boolean allowBlock)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
scalar
public String scalar
empty
public boolean empty
multiline
public boolean multiline
allowFlowPlain
public boolean allowFlowPlain
allowBlockPlain
public boolean allowBlockPlain
allowSingleQuoted
public boolean allowSingleQuoted
allowDoubleQuoted
public boolean allowDoubleQuoted
allowBlock
public boolean allowBlock
ScalarAnalysis
public ScalarAnalysis(String scalar,
boolean empty,
boolean multiline,
boolean allowFlowPlain,
boolean allowBlockPlain,
boolean allowSingleQuoted,
boolean allowDoubleQuoted,
boolean allowBlock)
Copyright © 2008-2011. All Rights Reserved.