|
||||||||||
| 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.
| Constructor Summary | |
|---|---|
CustomWURFLHolder(File rootFile)
|
|
CustomWURFLHolder(File rootFile,
File[] patchesFile)
|
|
CustomWURFLHolder(String rootPath)
|
|
CustomWURFLHolder(String rootPath,
String[] patchesPath)
|
|
CustomWURFLHolder(WURFLResource root)
|
|
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(WURFLResource root,
WURFLResources patches)
public CustomWURFLHolder(WURFLResource root)
public CustomWURFLHolder(String rootPath,
String[] patchesPath)
public CustomWURFLHolder(String rootPath)
public CustomWURFLHolder(File rootFile,
File[] patchesFile)
public CustomWURFLHolder(File 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 | |||||||||