public class CliStatementSplitter extends Object
This is a simple splitter. It just split the line in context-unrelated way, e.g. it fails to parse line "';\n'"
CliStatementSplitter()
static boolean
isStatementComplete(String statement)
static List<String>
splitContent(String content)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public CliStatementSplitter()
public static boolean isStatementComplete(String statement)
public static List<String> splitContent(String content)
Copyright © 2014–2022 The Apache Software Foundation. All rights reserved.