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 | Method and Description |
---|---|
List<String> |
AbstractNutDao.computeRealPaths(String pathName,
NutDao.PathFormat format,
ProcessContext processContext)
Returns a list of paths depending of the behavior of the dao with the given path.
|
List<Nut> |
NutsHeap.create(Nut nut,
String path,
NutDao.PathFormat pathFormat,
ProcessContext processContext)
Delegates method of
NutDao.create(String, com.github.wuic.nut.dao.NutDao.PathFormat, com.github.wuic.ProcessContext)
The DAO is picked from heap or its composition. |
List<Nut> |
AbstractNutDao.create(String pathName,
NutDao.PathFormat format,
ProcessContext processContext)
Creates a list of
nuts thanks to the given path. |
List<Nut> |
AbstractNutDao.WithRootPathNutDao.create(String path,
NutDao.PathFormat format,
ProcessContext processContext)
Creates a list of
nuts thanks to the given path. |
Modifier and Type | Method and Description |
---|---|
static NutDao.PathFormat |
NutDao.PathFormat.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NutDao.PathFormat[] |
NutDao.PathFormat.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
List<Nut> |
NutDao.create(String path,
NutDao.PathFormat format,
ProcessContext processContext)
Creates a list of
nuts thanks to the given path. |
Modifier and Type | Method and Description |
---|---|
List<Nut> |
ProxyNutDao.create(String path,
NutDao.PathFormat format,
ProcessContext processContext)
Creates a list of
nuts thanks to the given path. |
Copyright © 2012-2015. All Rights Reserved.