Node Director
Classes
Package sfi.director.util

This package is simply a collection of various useful stuff that did not make it into a distinct package. More...

Classes

class  InputStreamReader
class  AlienCfgFileReader
 reads configuration files and tries to expand includes More...
class  Archive
 store a number of files in one stream. More...
interface  ArchiveFilter
class  ArgumentException
class  AutoReaper
class  BackgroundProcessMonitor
 Monitors background process, logs error output and calls waitFor() if they terminate. More...
class  Cache
 implements a cache for arbitrary objects. More...
class  ChecksumEmbedder
 Embed file checksums in text file. More...
interface  CleanUpable
interface  Connection
class  Credentials
class  CSVOutputFormat
interface  DataTransferHook
class  DataTransferHooker
class  DataTransferInputStream
 Used for program internal data streams. More...
class  DataTransferOutputStream
 Used for program internal data streams. More...
class  DateInOut
class  DebugThreads
class  DirectorException
class  DirectorThread
class  DiscardingBuffer
class  EMailAddress
interface  ExpandVars
class  FileListComparer
 FileListComparer compares a list of files injected with compareNext() calls and their attributes with a list of files held in a text file. More...
class  FileStore
class  FWManager
interface  FWManagerDriver
interface  Identifiable
class  ImageInfo
 Determine info about an image file. More...
class  Init
class  InterceptArchive
 a fake archive, not actually storing files, but only their references. More...
class  KnownCredentials
class  Lock
class  LogEntry
class  Logger
interface  MyComparator
class  MyProperties
class  NanoHTTPD
 derived from Jarno Elonen's NanoHTTPD class. More...
class  NullOutputStream
class  ObjectClassException
class  ObjectRegistry
 Every object class the Director knows of needs to be registered in the Object registry. More...
class  Options
class  Setup
 The Setup class' task is to determine various configuration things on startup, set up database connections, init drivers / executors / invokers, etc. More...
class  SiteSetup
class  StoppableThread
class  StreamPseudoSocket
class  StringComparator
 String comparator for Tools.sort() method: Sort strings in ascending order. More...
class  Stub
class  SURL
 represents an URL similiar to java.net.URL. More...
class  SyslogThread
class  TempFile
class  TemplateCSVOutputModel
class  TimeoutThread
 Implements timeout. More...
class  Tools
 The Tools class is a collection of useful static methods. More...
class  UnixDomainSocket
class  UnixDomainSocketFactory
class  XmlCreator
 create simple XML text documents. More...
class  ZipArchive
 store a number of files in one stream. More...

Detailed Description

This package is simply a collection of various useful stuff that did not make it into a distinct package.