public class AndroidPlatformManager extends Object implements PlatformManager
Constructor and Description |
---|
AndroidPlatformManager() |
Modifier and Type | Method and Description |
---|---|
<T> T |
getComponent(Class<T> type) |
<T> List<T> |
getComponents(Class<T> type) |
String |
getDefaultStorageLocation() |
String |
getProcessId() |
String |
getVersionData() |
void |
initializePlatform() |
boolean |
platformMatch() |
void |
shutdownPlatform() |
public boolean platformMatch()
platformMatch
in interface PlatformManager
public String getDefaultStorageLocation()
getDefaultStorageLocation
in interface PlatformManager
public String getProcessId()
getProcessId
in interface PlatformManager
public void initializePlatform() throws ConfigurationException
initializePlatform
in interface PlatformManager
ConfigurationException
public void shutdownPlatform() throws JasDBException
shutdownPlatform
in interface PlatformManager
JasDBException
public <T> T getComponent(Class<T> type)
getComponent
in interface PlatformManager
public <T> List<T> getComponents(Class<T> type) throws NoComponentFoundException
getComponents
in interface PlatformManager
NoComponentFoundException
public String getVersionData()
getVersionData
in interface PlatformManager
Copyright © 2015. All rights reserved.