Package | Description |
---|---|
com.github.wuic |
This package is the most general package of the WUIC library.
|
com.github.wuic.engine |
This package contains the definition of an
Engine . |
com.github.wuic.nut |
This package defines what is a nut in WUIC and how to manage it.
|
Modifier and Type | Method and Description |
---|---|
NutsHeap |
Workflow.getHeap()
Gets the heap.
|
Constructor and Description |
---|
Workflow(HeadEngine head,
Map<NutType,? extends NodeEngine> c,
NutsHeap h,
NutDao... store)
Creates a new instance.
|
Modifier and Type | Method and Description |
---|---|
NutsHeap |
EngineRequestBuilder.getHeap()
Returns the heap.
|
NutsHeap |
EngineRequest.getHeap()
Returns the heap.
|
static NutsHeap |
LineInspector.getHeap(EngineRequest request,
ConvertibleNut originalNut,
CompositeNut.CompositeInputStream cis,
Matcher matcher,
int groupIndex)
|
NutsHeap |
EngineRequest.getHeap(String workflowId)
Gets the heap associated to the given workflow.
|
Modifier and Type | Method and Description |
---|---|
EngineRequestBuilder |
EngineRequestBuilder.heap(NutsHeap h)
Sets the
NutsHeap . |
static List<? extends ConvertibleNut> |
LineInspector.manageAppend(ConvertibleNut nut,
StringBuilder replacement,
EngineRequest request,
NutsHeap heap,
EngineType... skippedEngine)
Manages the given nut that corresponds to the specified referenced path and append the transformation with proper
path.
|
Constructor and Description |
---|
EngineRequestBuilder(String wId,
NutsHeap h,
Context ctx)
Builds a new instance with mandatory workflow ID and
NutsHeap . |
Modifier and Type | Method and Description |
---|---|
NutsHeap |
NutsHeap.findHeapFor(Nut nut)
Finds the
NutsHeap that created this nut. |
NutsHeap[] |
NutsHeap.getComposition()
Returns the
heaps that compose this instance. |
Modifier and Type | Method and Description |
---|---|
boolean |
NutsHeap.containsHeap(NutsHeap heap)
Indicates if the given heap equals to this heap or any heap of its composition.
|
boolean |
NutsHeap.notifyListeners(NutsHeap observable)
Notifies the listeners that this heap has detected an update in one or many nuts.
|
void |
NutsHeap.nutUpdated(NutsHeap heap)
Called when a nut has been updated in the heap.
|
void |
HeapListener.nutUpdated(NutsHeap heap)
Called when a nut has been updated in the heap.
|
Constructor and Description |
---|
NutsHeap(NutsHeap other)
Builds a heap by copy.
|
NutsHeap(Object factoryObject,
List<String> pathsList,
boolean isDisposable,
NutDao theNutDao,
String heapId,
NutsHeap... heaps)
Builds a new
NutsHeap . |
NutsHeap(Object factoryObject,
List<String> pathsList,
NutDao theNutDao,
String heapId,
NutsHeap... heaps)
Builds a heap which is not disposable.
|
Copyright © 2012-2015. All Rights Reserved.