|
||||||||||
| 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
IWorkProperties wrapper to add accessors for universally used properties.
| Constructor Summary | |
CommonProperties(IWorkProperties baseProps)
Creates a new instance of CommonProperties. |
|
| Method Summary | |
java.lang.String |
getCommand()
Retrieves the value of the "command" property. |
int |
getCount(int defaultValue)
Retrieves the value of the "count" property. |
int |
getEndIndex(int defaultValue)
Retrieves the value of the "end-index" property. |
int |
getStartIndex(int defaultValue)
Retrieves the value of the "start-index" property. |
| 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 CommonProperties(IWorkProperties baseProps)
baseProps - properties to wrap| Method Detail |
public java.lang.String getCommand()
public int getCount(int defaultValue)
defaultValue - value to return if property is not set
public int getStartIndex(int defaultValue)
defaultValue - value to return if property is not set
public int getEndIndex(int defaultValue)
defaultValue - value to return if property is not set
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||