public abstract class UncachedInputContentHandler extends java.lang.Object implements InputContentHandler
| Constructor and Description |
|---|
UncachedInputContentHandler() |
| Modifier and Type | Method and Description |
|---|---|
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
|
abstract EObject |
doCreateContent(<any> iterable,
java.util.Map<java.lang.String,java.lang.Object> options) |
boolean |
enableResourceCache(java.util.Map<java.lang.String,java.lang.Object> options)
Returns
true, if a resource cache is needed |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcanHandlepublic boolean enableResourceCache(java.util.Map<java.lang.String,java.lang.Object> options)
InputContentHandlertrue, if a resource cache is neededenableResourceCache in interface InputContentHandleroptions - the load options maptrue, if a resource cache is neededpublic abstract EObject doCreateContent(<any> iterable,
java.util.Map<java.lang.String,java.lang.Object> options)
public EObject createContent(<any> iterable,
java.util.Map<java.lang.String,java.lang.Object> options)
InputContentHandlercreateContent in interface InputContentHandleriterable - the FindIterableoptions - the load optionsEObject or nullpublic EObject createContent(<any> iterable,
java.util.Map<java.lang.String,java.lang.Object> options,
java.util.List<Resource> resourceCache)
InputContentHandlercreateContent in interface InputContentHandleriterable - the FindIterableoptions - the load optionsresourceCache - the resource cache to be usedEObject or nullBryan Hunt, Data In Motion Consulting