All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.github.cosysoft.device.DeviceStore Maven / Gradle / Ivy

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