|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sourceforge.wurfl.core.CustomWURFLHolder
public class CustomWURFLHolder
Custom WURFLHolder implementation.
It permits to initialize WURFLHolder by path, File or WURFLResource.
| Field Summary |
|---|
| Fields inherited from interface net.sourceforge.wurfl.core.resource.ResourcePaths |
|---|
CATCH_ALL_RECOVERY_FILE, WURFL_CONFIG_FILE |
| Constructor Summary | |
|---|---|
CustomWURFLHolder(File rootFile)
|
|
CustomWURFLHolder(File rootFile,
File[] patchesFile)
|
|
CustomWURFLHolder(String rootPath)
|
|
CustomWURFLHolder(String rootPath,
String[] patchesPath)
|
|
CustomWURFLHolder(WURFLModel model,
MatcherManager mm,
DeviceProvider dp,
WURFLService service)
Preferred Spring ctor |
|
CustomWURFLHolder(WURFLResource root)
|
|
CustomWURFLHolder(WURFLResource root,
WURFLResource... patches)
|
|
CustomWURFLHolder(WURFLResource root,
WURFLResources patches)
|
|
| Method Summary | |
|---|---|
protected void |
createDelegate(WURFLManager manager,
WURFLUtils utils)
Create WURFLHolder delegate from WURFLManager and URFLUtils. |
WURFLManager |
getWURFLManager()
Return WURFLManager instance. |
WURFLUtils |
getWURFLUtils()
Return WURFLUtils instances. |
protected void |
init()
This method build the WURFLManager instance using default implementations of all required interfaces. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CustomWURFLHolder(WURFLModel model,
MatcherManager mm,
DeviceProvider dp,
WURFLService service)
model - mm -
public CustomWURFLHolder(WURFLResource root,
WURFLResource... patches)
root - patches -
public CustomWURFLHolder(WURFLResource root,
WURFLResources patches)
root - patches - public CustomWURFLHolder(WURFLResource root)
root -
public CustomWURFLHolder(String rootPath,
String[] patchesPath)
rootPath - patchesPath - public CustomWURFLHolder(String rootPath)
rootPath -
public CustomWURFLHolder(File rootFile,
File[] patchesFile)
rootFile - patchesFile - public CustomWURFLHolder(File rootFile)
rootFile - | Method Detail |
|---|
protected void init()
protected void createDelegate(WURFLManager manager,
WURFLUtils utils)
manager - The WURFLManager associated with delegate.utils - The WURFLUtils associated with delegate.public WURFLManager getWURFLManager()
WURFLHolder
getWURFLManager in interface WURFLHolderpublic WURFLUtils getWURFLUtils()
WURFLHolder
getWURFLUtils in interface WURFLHolder
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||