|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface OfflineSynchronizerProvider
OfflineSynchronizerProvider
is the interface for providing paths to
OfflineSynchronizer
. It exists to allow clients to pass opaque types
("resources") to the offline engine.
Method Summary | |
---|---|
java.lang.String |
getLocalPathForResource(java.lang.Object resource)
Given an implementor-defined "resource", it will return the local path which corresponds. |
java.lang.Object[] |
getResources()
This is the list of resources (of some opaque type) which will be brought back online. |
Method Detail |
---|
java.lang.Object[] getResources()
java.lang.String getLocalPathForResource(java.lang.Object resource)
resource
- An internally-defined resource
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |