Package com.biglybt.net.upnpms.impl
Class UPNPMSContainerImpl
java.lang.Object
com.biglybt.net.upnpms.impl.UPNPMSContainerImpl
- All Implemented Interfaces:
UPNPMSContainer
,UPNPMSNode
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate UPNPMSBrowserImpl
private List<UPNPMSNode>
private String
private String
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
UPNPMSContainerImpl
(UPNPMSBrowserImpl _browser, String _id, String _title) -
Method Summary
-
Field Details
-
browser
-
id
-
title
-
children
-
-
Constructor Details
-
UPNPMSContainerImpl
-
-
Method Details
-
getID
- Specified by:
getID
in interfaceUPNPMSNode
-
getTitle
- Specified by:
getTitle
in interfaceUPNPMSNode
-
populate
- Throws:
UPnPMSException
-
getChildren
- Specified by:
getChildren
in interfaceUPNPMSContainer
- Throws:
UPnPMSException
-