Package | Description |
---|---|
com.github.wuic.nut |
This package defines what is a nut in WUIC and how to manage it.
|
com.github.wuic.nut.dao |
Package where
nuts associated service are defined. |
com.github.wuic.nut.dao.core |
Package where
NutDao implementations are defined for core module. |
Modifier and Type | Class and Description |
---|---|
class |
NutsHeap
This class represents a set of
nuts . |
Modifier and Type | Method and Description |
---|---|
void |
AbstractNutDao.WithRootPathNutDao.observe(String realPath,
NutDaoListener... listeners)
Adds a set of
listeners to be notified when an update has been detected on the nut. |
Modifier and Type | Method and Description |
---|---|
void |
NutDao.observe(String realPath,
NutDaoListener... listeners)
Adds a set of
listeners to be notified when an update has been detected on the nut. |
Modifier and Type | Method and Description |
---|---|
void |
ProxyNutDao.observe(String realPath,
NutDaoListener... listeners)
Adds a set of
listeners to be notified when an update has been detected on the nut. |
Copyright © 2012-2015. All Rights Reserved.