SunSPOT API V5.0


Uses of Class
com.sun.spot.util.Properties

Packages that use Properties
com.sun.spot.peripheral Access to the hardware peripherals built in to the Sun SPOT main board. 
com.sun.spot.peripheral.external Generic support for external boards. 
com.sun.spot.peripheral.ota Support for managing remote Sun SPOTs using ant scripts. 
com.sun.spot.sensorboard Contains highest level interfaces and concrete classes that make up the SunSPOT sensorboard libraries. 
com.sun.spot.util Utility classes. 
 

Uses of Properties in com.sun.spot.peripheral
 

Methods in com.sun.spot.peripheral that return Properties
 Properties Spot.getPersistentProperties()
           
 Properties ISpot.getPersistentProperties()
          Get all the persistent properties, as held in the flash memory
 

Methods in com.sun.spot.peripheral with parameters of type Properties
 void Spot.setPersistentProperties(Properties props)
           
 void ISpot.setPersistentProperties(Properties props)
          Set one or more persistent property in the flash memory
 void Spot.storeProperties(Properties props)
           
 void ISpot.storeProperties(Properties props)
          Replace the persistent properties held in the flash memory
 

Uses of Properties in com.sun.spot.peripheral.external
 

Methods in com.sun.spot.peripheral.external that return Properties
 Properties IExternalBoard.getProperties()
          Get the properties of this board.
 Properties ExternalBoard.getProperties()
          Get the properties of this board.
 

Methods in com.sun.spot.peripheral.external with parameters of type Properties
 void IExternalBoard.setProperties(Properties p)
          Set the properties of this board
 void ExternalBoard.setProperties(Properties p)
          Set the properties of this board
 

Uses of Properties in com.sun.spot.peripheral.ota
 

Methods in com.sun.spot.peripheral.ota that return Properties
static Properties IsolateManager.getAllAppsStatus()
           
 

Uses of Properties in com.sun.spot.sensorboard
 

Methods in com.sun.spot.sensorboard that return Properties
static Properties EDemoBoard.getInitialProperties()
          Get the correct set of properties for this board for its flash memory
protected static Properties AtmegaProtoBoard.getInitialProperties()
          Get the correct set of properties for this board to its flash memory
 Properties EDemoBoard.getProperties()
          Get the properties of this board.
 

Methods in com.sun.spot.sensorboard with parameters of type Properties
 void EDemoBoard.setProperties(Properties p)
          Set the properties of this board
 

Uses of Properties in com.sun.spot.util
 

Fields in com.sun.spot.util declared as Properties
protected  Properties Properties.defaults
          A property list that contains default values for any keys not found in this property list.
 

Constructors in com.sun.spot.util with parameters of type Properties
Properties(Properties defaults)
          Creates an empty property list with the specified defaults.
 


SunSPOT API V5.0


Copyright � 2006-2008 Sun Microsystems, Inc. All Rights Reserved.