All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class novocode.netforge.backend.Backend

java.lang.Object
   |
   +----novocode.netforge.backend.Backend

public abstract class Backend
extends Object
implements Configurable

Variable Index

 o netForge

Constructor Index

 o Backend()

Method Index

 o destroy()
 o getConfig()
 o getNFile(String)
 o init(NetForge)
 o resetConfig()
 o setConfig(Config)

Variables

 o netForge
 protected NetForge netForge

Constructors

 o Backend
 public Backend()

Methods

 o init
 public final void init(NetForge netForge)
 o getNFile
 public abstract NFile getNFile(String resource) throws NFileException
 o getConfig
 public synchronized Config getConfig()
 o setConfig
 public synchronized String setConfig(Config c)
 o resetConfig
 public synchronized void resetConfig()
 o destroy
 public synchronized void destroy()

All Packages  Class Hierarchy  This Package  Previous  Next  Index