|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.writersforge.catalan.process.properties.BaseWorkProperties
org.writersforge.catalan.process.properties.ChainedProperties
org.writersforge.catalan.process.properties.CommonProperties
org.writersforge.catalan.process.workers.text.TextProperties
Specialized properties container for TextWorker.
| Constructor Summary | |
TextProperties(IWorkProperties baseProps)
Creates a new instance of TextProperties. |
|
| Method Summary | |
CaseFilter.CaseStyle |
getCaseStyle()
Retrieves the value of the "style" property. |
java.lang.String[] |
getDelimiters()
Retrieves the value of the "delimiters" property for the tokenize command. |
java.lang.String |
getEndToken()
Retrieves the value of the "end-token" property. |
java.lang.String |
getFieldSpec()
Retrieves the value of the "field-spec" property. |
boolean |
getIncludeDelimiters()
Retrieves the value of the "include-delimiters" property. |
java.lang.String |
getNewText()
Retrieves the value of the "newtext" property. |
java.lang.String[][] |
getNormalizeExclusions()
Retrieves the value of the "exclusions" property for the normalize command. |
java.lang.String |
getNormalizeResolver()
Retrieves the value of the "resolver" property. |
java.lang.String[] |
getNormalizeTokens()
Retrieves the value of the "tokens" property for the normalize command. |
java.lang.String |
getOldText()
Retrieves the value of the "oldtext" property. |
java.lang.String |
getPadding()
Retrieves the value of the "padding" property. |
java.util.Map |
getResolverMap()
Retrieves the value of the "lookup" property. |
java.lang.String |
getSeparator()
Retrieves the value of the "separator" property. |
java.lang.String |
getStartToken()
Retrieves the value of the "start-token" property. |
boolean |
getSwallowUndefined()
Retrieves the value of the "swallow-undefined" property. |
| Methods inherited from class org.writersforge.catalan.process.properties.CommonProperties |
getCommand, getCount, getEndIndex, getStartIndex |
| Methods inherited from class org.writersforge.catalan.process.properties.ChainedProperties |
addPropertySet, getProperty, getPropertyNames, getPropertySets, toString |
| Methods inherited from class org.writersforge.catalan.process.properties.BaseWorkProperties |
asMap, asMap, getPropertyAsBoolean, getPropertyAsDatum, getPropertyAsMap, getPropertyAsNumber, getPropertyAsString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.writersforge.catalan.process.properties.IWorkProperties |
getProperty, getPropertyAsBoolean, getPropertyAsDatum, getPropertyAsMap, getPropertyAsNumber, getPropertyAsString, getPropertyNames |
| Constructor Detail |
public TextProperties(IWorkProperties baseProps)
baseProps - properties to wrap| Method Detail |
public java.lang.String getSeparator()
public java.lang.String getFieldSpec()
public java.lang.String[] getNormalizeTokens()
public java.lang.String[][] getNormalizeExclusions()
public java.lang.String getNormalizeResolver()
public java.lang.String getOldText()
public java.lang.String getNewText()
public java.lang.String getStartToken()
public java.lang.String getEndToken()
public boolean getSwallowUndefined()
public java.lang.String[] getDelimiters()
public boolean getIncludeDelimiters()
public java.lang.String getPadding()
public java.util.Map getResolverMap()
public CaseFilter.CaseStyle getCaseStyle()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||