livespace.services.osgi
Class EntityConfiguration

java.lang.Object
  extended by livespace.services.osgi.EntityConfiguration

public class EntityConfiguration
extends Object

Loads properties for a Livespace entity from the configuration information of a service. To add a property to an entity, edit the service's properties file. The format is: property.[]. = e.g. property.[Intense\ Collaboration\ Space.computer.ics-macmini01].name.ignite = Desk 1 This will add the property 'name.ignite' to the computer entity with the specified id.

Author:
Vivian Nguyen

Constructor Summary
EntityConfiguration()
           
 
Method Summary
static void setPropertiesFor(String serviceName, String roomName, Entity entity)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EntityConfiguration

public EntityConfiguration()
Method Detail

setPropertiesFor

public static void setPropertiesFor(String serviceName,
                                    String roomName,
                                    Entity entity)


Copyright © 2008 Commonwealth of Australia