Uses of Interface
things.data.ThingsPropertyViewReader

Packages that use ThingsPropertyViewReader
things.common.tools   
things.data   
things.data.impl   
things.thinger   
things.thinger.kernel   
things.thinger.kernel.basic   
things.thinger.service.httptool   
 

Uses of ThingsPropertyViewReader in things.common.tools
 

Methods in things.common.tools with parameters of type ThingsPropertyViewReader
static boolean StreamTools.merge(java.io.Reader input, java.io.Writer output, ThingsPropertyViewReader props)
          Merge a reader with properties to writer.
static boolean StreamTools.merge(java.io.Reader input, java.io.Writer output, ThingsPropertyViewReader props, StringPoster log)
          Merge a reader with properties to writer.
 

Uses of ThingsPropertyViewReader in things.data
 

Subinterfaces of ThingsPropertyViewReader in things.data
 interface ThingsPropertyView
          The basic property view.
 

Methods in things.data that return ThingsPropertyViewReader
 ThingsPropertyViewReader ThingsPropertyViewReader.branch(java.lang.String path)
          Branch the view to create a new view.
 ThingsPropertyViewReader ThingsPropertyReaderToolkit.getView()
          Get the property view reader.
 

Constructors in things.data with parameters of type ThingsPropertyViewReader
ThingsPropertyReaderToolkit(ThingsPropertyViewReader propertyViewReader)
          Constructor.
 

Uses of ThingsPropertyViewReader in things.data.impl
 

Classes in things.data.impl that implement ThingsPropertyViewReader
 class ThingsPropertyTreeBASIC
          A basic property tree that supports load and save.
 class ThingsPropertyTreeRAM
          A very basic property view for an in-memory store using java HashMap.
 

Methods in things.data.impl that return ThingsPropertyViewReader
 ThingsPropertyViewReader ThingsPropertyTreeRAM.branch(java.lang.String path)
          Branch the view to create a new view.
 ThingsPropertyViewReader ThingsPropertyTreeBASIC.branch(java.lang.String path)
          Branch the view to create a new view.
 

Uses of ThingsPropertyViewReader in things.thinger
 

Methods in things.thinger that return ThingsPropertyViewReader
 ThingsPropertyViewReader SystemInterface.getConfigProperties()
          Get the read only properties for this for the caller only.
 

Uses of ThingsPropertyViewReader in things.thinger.kernel
 

Methods in things.thinger.kernel that return ThingsPropertyViewReader
 ThingsPropertyViewReader PCB.getMyConfigProperties()
          Get the configuration properties for this process.
 

Methods in things.thinger.kernel with parameters of type ThingsPropertyViewReader
 PCB ProcessCoordinator.registerProcess(ThingsProcess aProcess, Clearance processClearance, ThingsPropertyView localProperties, ThingsPropertyViewReader configProperties)
          Register process.
 

Constructors in things.thinger.kernel with parameters of type ThingsPropertyViewReader
PCB(ThingsProcess process, Clearance processClearance, ThingsPropertyView localProperties, ThingsPropertyViewReader configProperties)
          Constructor.
 

Uses of ThingsPropertyViewReader in things.thinger.kernel.basic
 

Methods in things.thinger.kernel.basic that return ThingsPropertyViewReader
 ThingsPropertyViewReader KernelBasic.getConfigProperties()
          Get the read only properties for this for the caller only.
 

Uses of ThingsPropertyViewReader in things.thinger.service.httptool
 

Methods in things.thinger.service.httptool with parameters of type ThingsPropertyViewReader
 java.lang.String Page.process(ThingsPropertyViewReader tags)
          Run the process.
 



Things.