See: Description
| Interface | Description | 
|---|---|
| ConvertibleNut | 
 
 A convertible nut has a content which can be transformed with a chain of  
transformers. | 
| HeapListener | 
 
 This interface represents a listener which expects to be notified of changes when they occur on a particular
 heap. 
 | 
| Nut | 
 
 The nut is the fundamental element of WUIC nut. 
 | 
| Class | Description | 
|---|---|
| AbstractConvertibleNut | 
 
 Base class for  
ConvertibleNut implementation with state management (attributes like transformers or referenced
 nuts). | 
| AbstractNut | 
 
 Base implementation of the  
Nut interface. | 
| AbstractNutDao | 
 
 An abstract implementation of a  
NutDao. | 
| AbstractNutDao.VersionNumberStrategy | 
 
 This class wraps all information required by the  
AbstractNutDao regarding version number management. | 
| ByteArrayNut | 
 
 Represents an in-memory nut which can be created on the fly in any context. 
 | 
| CompositeNut | 
 
 A composite  
Nut is able to chain all the stream provided by each element of the composition. | 
| CompositeNut.Combiner | 
 
 This class combines different sets of nuts as specified by  
CompositeNut.mergeNuts(ProcessContext, List)
 It ensures that every names will be unique in returned lists during the entire lifecycle of its instance. | 
| FilePathNut | 
 
 Represents a nut on the path system provided or to be managed by the WUIC framework. 
 | 
| HttpNut | 
 
 A  
Nut implementation for HTTP accesses. | 
| ImageNut | 
 
 This class wraps a  
Nut that corresponds to an image and provide its position inside a combination. | 
| NotReachableNut | 
 
 This class represents a nut that is not reachable. 
 | 
| NutsHeap | 
 
 This class represents a set of  
nuts. | 
| NutWrapper | |
| PipedConvertibleNut | 
 
 This  
ConvertibleNut pipes transformers with the Pipe class. | 
| PrefixedNut | 
 
 This class wraps a  
Nut that should be named with a particular prefix. | 
| TransformedNut | 
 
 A transformed nut wraps a  
ConvertibleNut and considers its input stream as the result of the transformation. | 
| Enum | Description | 
|---|---|
| NutsHeap.ListenerHolder | 
This package defines what is a nut in WUIC and how to manage it.
Copyright © 2012-2015. All Rights Reserved.