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.core |
Package where
NutDao implementations are defined for core module. |
Modifier and Type | Method and Description |
---|---|
AbstractNutDao.VersionNumberStrategy |
AbstractNutDao.getVersionNumberStrategy()
Gets the version management strategy.
|
Constructor and Description |
---|
AbstractNutDao(String base,
Boolean basePathAsSysProp,
String[] proxies,
int pollingSeconds,
AbstractNutDao.VersionNumberStrategy vns)
Builds a new instance.
|
Constructor and Description |
---|
PathNutDao(String base,
Boolean basePathAsSysProp,
String[] proxies,
int pollingSeconds,
Boolean regex,
Boolean wildcard,
AbstractNutDao.VersionNumberStrategy versionNumberStrategy)
Builds a new instance with a base directory.
|
Copyright © 2012-2015. All Rights Reserved.