public class ParserConfig extends Object
| Constructor and Description |
|---|
ParserConfig() |
ParserConfig(String typeDescriptorName,
String pattern) |
| Modifier and Type | Method and Description |
|---|---|
String |
getParserTypeDescriptorName() |
String |
getPathPrefix() |
com.google.common.base.Optional<String> |
getPathPrefixOpt() |
String |
getPattern() |
void |
setParserTypeDescriptorName(String parserTypeDescriptorName) |
void |
setPathPrefix(String pathPrefix) |
void |
setPattern(String pattern) |
public String getPattern()
public void setPattern(String pattern)
public String getParserTypeDescriptorName()
public void setParserTypeDescriptorName(String parserTypeDescriptorName)
public void setPathPrefix(String pathPrefix)
public String getPathPrefix()
public com.google.common.base.Optional<String> getPathPrefixOpt()
Copyright © 2004-2015. All Rights Reserved.