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

    Modifier and Type
    Method
    Description
    Try to read in the prototype for the given class
    void
    Write the object as a prototype
  • Method Details

    • 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