This is the "client side" interface to the repository service. More...
Public Types | |
enum | REPO_OPTIONS { REPO_DIRECTORY, REPO_DEBUG, REPO_LOCAL, REPO_GLOBAL, REPO_NAMESPACE } |
Public Member Functions | |
RepoWrapper (Context ctx) | |
void | setOption (REPO_OPTIONS key, String value) |
Static Public Attributes | |
static final String | OPTION_LOG_LEVEL_DEFAULT = "WARNING" |
Protected Member Functions | |
Intent | getBindIntent () |
Create an Intent to be issued to bind to the Service. | |
Intent | getStartIntent () |
Create an Intent to be issued to start the Service. |
This is the "client side" interface to the repository service.
Intent org.ccnx.android.ccnlib.RepoWrapper.getBindIntent | ( | ) | [protected, virtual] |
Create an Intent to be issued to bind to the Service.
It will be used as the parameter to bindService() This function is useful for adding "extras" to the intent
Implements org.ccnx.android.ccnlib.CCNxWrapper.
Intent org.ccnx.android.ccnlib.RepoWrapper.getStartIntent | ( | ) | [protected, virtual] |
Create an Intent to be issued to start the Service.
It will be used as the parameter to startService() This function is useful for adding "extras" to the intent
Implements org.ccnx.android.ccnlib.CCNxWrapper.