public class CollectionSpecParsers
extends java.lang.Object
| Constructor and Description |
|---|
CollectionSpecParsers() |
| Modifier and Type | Method and Description |
|---|---|
static CollectionSpecParserAbstract |
create(java.lang.String spec,
java.util.Formatter errlog)
Create an
CollectionSpecParserAbstract from a given spec |
static CollectionSpecParserAbstract |
create(java.lang.String rootDir,
java.lang.String regEx,
java.util.Formatter errlog)
Create an
CollectionSpecParserAbstract from a given spec |
public static CollectionSpecParserAbstract create(java.lang.String spec, java.util.Formatter errlog)
CollectionSpecParserAbstract from a given specspec - the collection specification to parseerrlog - put error messages here, may be nullCollectionSpecParserAbstractpublic static CollectionSpecParserAbstract create(java.lang.String rootDir, java.lang.String regEx, java.util.Formatter errlog)
CollectionSpecParserAbstract from a given specrootDir - the root directory of the collection specificationregEx - the regular expression of the collection specificationerrlog - put error messages here, may be nullCollectionSpecParserAbstract