| Package | Description |
|---|---|
| me.legrange.panstamp |
Provides the top level abstractions for working with a panStamp network.
|
| me.legrange.panstamp.definition |
Device definition objects can be used to define device capabilities.
|
| me.legrange.panstamp.xml |
The default XML implementation of the device definitions.
|
| Modifier and Type | Method and Description |
|---|---|
DeviceLibrary |
Network.getDeviceLibrary()
Return the device library being used to lookup device definitions.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Network.setDeviceLibrary(DeviceLibrary lib)
Set the device library used to lookup device definitions.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CompoundDeviceLibrary
A device library implementation that searches through one or more other
device libraries for a device definition.
|
| Constructor and Description |
|---|
CompoundDeviceLibrary(DeviceLibrary... sources) |
| Modifier and Type | Class and Description |
|---|---|
class |
ClassLoaderLibrary
A device library that uses the Java class loader to load XML definitions.
|
class |
FileLibrary
A device library that uses a directory with XML files to find device
configurations.
|
class |
HttpLibrary
An implementation of XMLDeviceLibrary that loads the XML definitions from a web server.
|
Copyright © 2015. All rights reserved.