Uses of Interface
rendsite.RendsiteConfiguration

Packages that use RendsiteConfiguration
rendsite.commands   
rendsite.engine   
rendsite.tools   
 

Uses of RendsiteConfiguration in rendsite.commands
 

Classes in rendsite.commands that implement RendsiteConfiguration
 class RenderConfiguration
          Configuration for the Render implementation.
 

Uses of RendsiteConfiguration in rendsite.engine
 

Fields in rendsite.engine declared as RendsiteConfiguration
protected  RendsiteConfiguration Context.configuration
          System configuration.
 

Methods in rendsite.engine with parameters of type RendsiteConfiguration
 void Engine.run(RendsiteConfiguration configuration, Processor processor, FileContext fcontext, PropertiesContext pcontext, RenderingContext rcontext, Node_Directory startDirectory)
          Run.
 

Constructors in rendsite.engine with parameters of type RendsiteConfiguration
Context(RendsiteConfiguration configuration)
          Create a context.
FileContext(RendsiteConfiguration configuration, java.io.File sourceDirectory, java.io.File outputDirectory)
          Create a context.
Processor(FileContext fcontext, RenderingContext rcontext, PropertiesContext pcontext, RendsiteConfiguration configuration)
          Create the processor.
PropertiesContext(RendsiteConfiguration configuration, java.io.File sourceDirectory, java.io.File outputDirectory)
          Create a context.
RenderingContext(RendsiteConfiguration configuration, FileContext fcontext, CategoryManager categoryManager)
          Create a context.
 

Uses of RendsiteConfiguration in rendsite.tools
 

Fields in rendsite.tools declared as RendsiteConfiguration
 RendsiteConfiguration SystemInterfaceStub.configuration
           
 

Methods in rendsite.tools with parameters of type RendsiteConfiguration
static SystemInterfaceStub SystemInterfaceStub.getStub(java.lang.String root, things.data.ThingsPropertyView properties, things.data.ThingsPropertyView configProperties, RendsiteConfiguration configuration, things.common.WhoAmI systemId)
          Get the global stub.
 

Constructors in rendsite.tools with parameters of type RendsiteConfiguration
SystemInterfaceStub(java.lang.String root, things.data.ThingsPropertyView properties, things.data.ThingsPropertyView configProperties, RendsiteConfiguration configuration, things.common.WhoAmI systemId)
          Create the stub using a real properties file.
 



rendsite.