Package 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
Modifier and TypeMethodDescriptionTry to read in the prototype for the given classvoid
writePrototype
(Object object) Write the object as a prototype
-
Method Details
-
writePrototype
Write the object as a prototype- Parameters:
object
- the object
-
getPrototype
Try to read in the prototype for the given class- Parameters:
c
- The class- Returns:
- The prototype object or null
-