public interface InputContentHandler
| Modifier and Type | Method and Description |
|---|---|
boolean |
canHandle(java.util.Map<java.lang.String,java.lang.Object> options)
Returns
true, if the handler can be used to create content for the Resource |
EObject |
createContent(<any> iterable,
java.util.Map<java.lang.String,java.lang.Object> options)
Creates the content from the find iterable
|
EObject |
createContent(<any> iterable,
java.util.Map<java.lang.String,java.lang.Object> options,
java.util.List<Resource> resourceCache)
Creates the content from the find iterable using a resource cache
|
boolean |
enableResourceCache(java.util.Map<java.lang.String,java.lang.Object> options)
Returns
true, if a resource cache is needed |
boolean enableResourceCache(java.util.Map<java.lang.String,java.lang.Object> options)
true, if a resource cache is neededoptions - the load options maptrue, if a resource cache is neededboolean canHandle(java.util.Map<java.lang.String,java.lang.Object> options)
true, if the handler can be used to create content for the Resourceoptions - the load soptions maptrue, if this handler can create contentEObject createContent(<any> iterable,
java.util.Map<java.lang.String,java.lang.Object> options)
iterable - the FindIterableoptions - the load optionsEObject or nullEObject createContent(<any> iterable,
java.util.Map<java.lang.String,java.lang.Object> options,
java.util.List<Resource> resourceCache)
iterable - the FindIterableoptions - the load optionsresourceCache - the resource cache to be usedEObject or nullBryan Hunt, Data In Motion Consulting