Uses of Interface
things.common.StringPoster

Packages that use StringPoster
things.common   
things.common.commands   
things.common.configuration   
things.common.impl   
things.common.tools   
things.data.transport.smtp   
things.testing.unit   
things.thinger.io   
things.thinger.kernel   
things.thinger.kernel.basic   
things.thinger.service.command.local   
things.universe.server   
 

Uses of StringPoster in things.common
 

Subinterfaces of StringPoster in things.common
 interface Debuggable
          The component is debuggable.
 

Methods in things.common with parameters of type StringPoster
 void Verbose.verboseOn(StringPoster poster)
          Turn on.
 

Uses of StringPoster in things.common.commands
 

Classes in things.common.commands that implement StringPoster
 class CommandLogger
          Command logger.
 

Uses of StringPoster in things.common.configuration
 

Methods in things.common.configuration with parameters of type StringPoster
static void ConfigureByProps.checkpoint(ThingsPropertyView props, LineFeeder configAsLines, StringPoster log, AFileSystem src, AFileSystem dest)
          Checkpoint the system.
static void ConfigureByProps.configure(ThingsPropertyView props, LineFeeder configAsLines, StringPoster log, AFileSystem src, AFileSystem dest)
          Configure the system.
static void ConfigureByProps.usage(StringPoster log)
          Print usage to a poster
 

Uses of StringPoster in things.common.impl
 

Classes in things.common.impl that implement StringPoster
 class StringPosterBitBucket
          Postable implementation that just throws it all away.
 class StringPosterConsole
          Postable implementation for printing to the console.
 class StringPosterStringBuffer
          Postable implementation for printing to a StringBuffer.
 

Uses of StringPoster in things.common.tools
 

Methods in things.common.tools with parameters of type StringPoster
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 StringPoster in things.data.transport.smtp
 

Classes in things.data.transport.smtp that implement StringPoster
 class CleanSMTPClient
          This is a super clean SMTP client.
 class FancySMTPClient
          This is a fancy SMTP client.
 

Uses of StringPoster in things.testing.unit
 

Fields in things.testing.unit declared as StringPoster
 StringPoster TestGroup.logger
           
 

Methods in things.testing.unit with parameters of type StringPoster
 void ResultExpresserText.init(StringPoster posterIn)
           
 void TestGroup.prepare(java.lang.String runnerNaming, java.lang.String givenName, ResultExpresser expresserIn, StringPoster logIn, ThingsPropertyView view, int inDepth)
          Init this group
 void Test.prepare(java.lang.String runnerNaming, java.lang.String givenName, ResultExpresser expresserIn, StringPoster log, ThingsPropertyView view, int inDepth)
          Prepare for the test.
 

Uses of StringPoster in things.thinger.io
 

Subinterfaces of StringPoster in things.thinger.io
 interface Logger
          Logging interface for general logging.
 

Uses of StringPoster in things.thinger.kernel
 

Fields in things.thinger.kernel declared as StringPoster
protected  StringPoster ThingsProcess.myPostLogger
          Verbose poster for just Process internal action logging.
 

Methods in things.thinger.kernel with parameters of type StringPoster
 void ThingsProcess.verboseOn(StringPoster poster)
          Turn on the verbose mode.
 void ResourceManager.verboseOn(StringPoster poster)
          Turn on.
 

Uses of StringPoster in things.thinger.kernel.basic
 

Classes in things.thinger.kernel.basic that implement StringPoster
 class KernelBasic_WriterLogger
          Implements a Writer based logger.
 

Fields in things.thinger.kernel.basic declared as StringPoster
protected  StringPoster KernelBasicBase.bootstrapLogger
           
 

Methods in things.thinger.kernel.basic with parameters of type StringPoster
 void KernelBasicBase.bootstrap(boolean verboseMode, StringPoster bootstrapLoggerPoster, ThingsPropertyTree globalPropertiesTree)
          BOOTSTRAP.
 void KernelBasic_LoaderIDE.verboseOn(StringPoster poster)
          Turn on.
 void KernelBasic_Loader.verboseOn(StringPoster poster)
          Turn on.
 

Uses of StringPoster in things.thinger.service.command.local
 

Methods in things.thinger.service.command.local with parameters of type StringPoster
 void LocalCommander.verboseOn(StringPoster poster)
          VERBOSE INTERFACE.
 

Uses of StringPoster in things.universe.server
 

Methods in things.universe.server with parameters of type StringPoster
 void UniverseRegistry_Simple.verboseOn(StringPoster poster)
          Turn on.
 



Things.