ucar.unidata.util
Interface PrototypeManager

All Known Implementing Classes:
IdvPersistenceManager

public interface PrototypeManager

An interface for writing out protoypes

Version:
$Revision: 1.2 $
Author:
IDV development group.

Method Summary
 Object getPrototype(Class c)
          Try to read in the prototype for the given class
 void writePrototype(Object object)
          Write the object as a prototype
 

Method Detail

writePrototype

void writePrototype(Object object)
Write the object as a prototype

Parameters:
object - the object

getPrototype

Object getPrototype(Class c)
Try to read in the prototype for the given class

Parameters:
c - The class
Returns:
The prototype object or null