ConcourseCompiler instead@Deprecated public final class Parsers extends Object
Parsers.| Modifier and Type | Method and Description |
|---|---|
static Parser |
create(Criteria criteria)
Deprecated.
Return a
Parser for the criteria. |
static Parser |
create(Criteria criteria,
Multimap<String,Object> data)
Deprecated.
Return a
Parser for the criteria that uses the provided
data for local resolution. |
static Parser |
create(String ccl)
Deprecated.
Return a
Parser for the ccl statement. |
static Parser |
create(String ccl,
Multimap<String,Object> data)
Deprecated.
Return a
Parser for the ccl statement that uses the
provided data for local resolution. |
static Parser |
create(TCriteria criteria)
Deprecated.
Return a
Parser for the criteria. |
static Parser |
create(TCriteria criteria,
Multimap<String,Object> data)
Deprecated.
Return a
Parser for the criteria that uses the provided
data for local resolution. |
public static Parser create(Criteria criteria)
Parser for the criteria.criteria - Parserpublic static Parser create(Criteria criteria, Multimap<String,Object> data)
Parser for the criteria that uses the provided
data for local resolution.criteria - data - a datasetParserpublic static Parser create(String ccl)
Parser for the ccl statement.ccl - a CCL statementParserpublic static Parser create(String ccl, Multimap<String,Object> data)
Parser for the ccl statement that uses the
provided data for local resolution.ccl - a CCL statementdata - a datasetParserpublic static Parser create(TCriteria criteria)
Parser for the criteria.criteria - Parser