Class StringClauses

java.lang.Object
liquibase.util.StringClauses

public class StringClauses extends Object
Defines a list of clauses that can be manipulated and rearranged based on keys associated with each. On toString(), the clauses will be joined by the separator passed at construction time and prepended/postpended by the start/end strings set at construction time.
Note: all keys and values passed in are trimmed.
NOTE: All keys are managed in a case INSENSITIVE manner
NOTE: Null or empty clauses and subclauses are skipped in toString()