Uses of Interface
things.thinger.io.AFileSystem

Packages that use AFileSystem
things.common.configuration   
things.thinger.io   
things.thinger.io.fs   
things.thinger.kernel.basic   
 

Uses of AFileSystem in things.common.configuration
 

Methods in things.common.configuration with parameters of type AFileSystem
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.
 

Uses of AFileSystem in things.thinger.io
 

Methods in things.thinger.io that return AFileSystem
 AFileSystem FileSystemLocator.getTheFileSystem()
          GEt the file system.
 

Constructors in things.thinger.io with parameters of type AFileSystem
FileSystemLocator(AFileSystem theFileSystem, java.lang.String path)
          Constructor
 

Uses of AFileSystem in things.thinger.io.fs
 

Classes in things.thinger.io.fs that implement AFileSystem
 class FSFileSystem
          A disk File System implementation.
 

Uses of AFileSystem in things.thinger.kernel.basic
 

Fields in things.thinger.kernel.basic declared as AFileSystem
protected  AFileSystem KernelBasicBase.systemFilesystem
           
protected  AFileSystem KernelBasicBase.userFilesystem
           
 

Methods in things.thinger.kernel.basic with parameters of type AFileSystem
 KernelBasic_WriterLogger KernelBasic_WriterLogger_StandardFactory.forgeFileLogger(WhoAmI owner, java.lang.String path, AFileSystem fs, Logger.LEVEL configuredLevel)
          Create a filesystem based logger.
 KernelBasic_WriterLogger KernelBasic_WriterLogger_Factory.forgeFileLogger(WhoAmI owner, java.lang.String path, AFileSystem fs, Logger.LEVEL configuredLevel)
          Create a filesystem based logger.
protected  ResourceManager KernelBasicBase.forgeLogger(WhoAmI owner, AFileSystem fileSystem, java.lang.String path)
          Create a file logger from the current factory and put it in a resource manager.
 



Things.