com.github.cosysoft.device.DeviceStore Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of device-api Show documentation
Show all versions of device-api Show documentation
A set of tools for operate android device via android debug bridge
The newest version!
package com.github.cosysoft.device;
import java.util.TreeSet;
import com.github.cosysoft.device.android.AndroidDevice;
/**
* main class for phone resouces take and release
*
* @author ltyao
*/
public interface DeviceStore {
void shutdown();
void shutdownForcely();
/**
* internal usage
*
* @return
*/
TreeSet getDevices();
AndroidDevice getDeviceBySerial(String serialID);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy