|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.dv.sbu.filehandler.ftl.dataprovider.universaldata.UData
public class UData
A universal data structure providing attributes, child lists and child maps.
Constructor Summary | |
---|---|
UData()
|
Method Summary | |
---|---|
java.util.Map<java.lang.String,java.lang.String> |
getAttributes()
Returns the attributes map. |
java.util.List<UData> |
getChildList()
Returns the child list. |
java.util.Map<java.lang.String,UData> |
getChildMap()
Returns the child map. |
UData |
getParent()
Returns the parent element if this is not the root. |
void |
init(BuilderConfiguration builderConfiguration)
Initializes the data provider. |
void |
init(SourceFileInformation sourceFileInformation)
Updates the inner state depending on the given file information - if necessary. |
void |
setAttributes(java.util.Map<java.lang.String,java.lang.String> attributes)
Sets the attributes. |
void |
setChildList(java.util.List<UData> childList)
Sets the child list. |
void |
setChildMap(java.util.Map<java.lang.String,UData> childMap)
Sets the child map. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public UData()
Method Detail |
---|
public java.util.Map<java.lang.String,java.lang.String> getAttributes()
public void setAttributes(java.util.Map<java.lang.String,java.lang.String> attributes)
attributes
- The attributes to set.public UData getParent()
public java.util.List<UData> getChildList()
public void setChildList(java.util.List<UData> childList)
childList
- The child list to set.public java.util.Map<java.lang.String,UData> getChildMap()
public void setChildMap(java.util.Map<java.lang.String,UData> childMap)
childMap
- The child map to set.public void init(BuilderConfiguration builderConfiguration)
init
in interface IDataProvider
builderConfiguration
- The builder configuration to use.IDataProvider.init(de.dv.sbu.builder.BuilderConfiguration)
public void init(SourceFileInformation sourceFileInformation)
init
in interface IDataProvider
sourceFileInformation
- The current source file information.IDataProvider.init(de.dv.sbu.SourceFileInformation)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |