org.datamixer.config
Class FileConfig
java.lang.Object
org.datamixer.config.ElementBase
org.datamixer.config.FileConfig
- All Implemented Interfaces:
- DatamixerConfig
- public class FileConfig
- extends ElementBase
GeneratorConfig provides a way to reference predefined elements.
|
Method Summary |
protected void |
doGetSupportedAttrs(java.util.List names)
A list of names of supported attributes. |
java.lang.Long |
getCount()
|
java.lang.String |
getPath()
|
boolean |
setAttribute(java.lang.String name,
java.lang.Object value)
Set value into the attribute named name. |
void |
setCount(java.lang.Long value)
|
void |
setCount(java.lang.String value)
|
void |
setPath(java.lang.String value)
|
| Methods inherited from class org.datamixer.config.ElementBase |
addElement, addField, addListener, doInitialize, error, error, error, findContext, findInContext, findInContext, findNearestContext, getAttribute, getContext, getElement, getElements, getField, getFields, getId, getImpl, getLineNumber, getListeners, getNamespace, getParent, getParentByTag, getQName, getScope, getSupportedAttrs, getSystemId, getTag, getText, initialize, initializeElements, setId, setImpl, setInContext, setInContext, setLineNumber, setListenerImpls, setNamespace, setParent, setScope, setScope, setScope, setSystemId, setTag, setText, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
FileConfig
public FileConfig()
setAttribute
public boolean setAttribute(java.lang.String name,
java.lang.Object value)
- Set
value into the attribute named name.
Returns true if element was set,
false otherwise.
- Specified by:
setAttribute in interface DatamixerConfig- Overrides:
setAttribute in class ElementBase
doGetSupportedAttrs
protected void doGetSupportedAttrs(java.util.List names)
- A list of names of supported attributes.
- Overrides:
doGetSupportedAttrs in class ElementBase
getPath
public java.lang.String getPath()
setPath
public void setPath(java.lang.String value)
getCount
public java.lang.Long getCount()
setCount
public void setCount(java.lang.Long value)
setCount
public void setCount(java.lang.String value)
Copyright © 2004-2006 datamixer.org. All Rights Reserved.