Package com.biglybt.core.devices
Interface DeviceTemplate
- All Known Subinterfaces:
DeviceMediaRendererTemplate
- All Known Implementing Classes:
DeviceMediaRendererTemplateImpl
public interface DeviceTemplate
-
Method Summary
Modifier and TypeMethodDescriptioncreateInstance
(String name) auto devices can't be manually createdcreateInstance
(String name, String uid, boolean manual) getName()
int
getType()
boolean
isAuto()
-
Method Details
-
getType
int getType() -
getName
String getName() -
getManufacturer
String getManufacturer() -
getClassification
String getClassification() -
getShortDescription
String getShortDescription() -
isAuto
boolean isAuto() -
createInstance
auto devices can't be manually created- Parameters:
name
-- Returns:
- Throws:
DeviceManagerException
-
createInstance
- Throws:
DeviceManagerException
-