org.codehaus.spice.salt.config
Interface Freezable


public interface Freezable

This interface is used internally to salt config implementation to indicate which classes can be "frozen" and be made read-only after being mutable.

Version:
$Revision: 1.1 $ $Date: 2003/12/02 02:15:04 $

Method Summary
 void makeReadOnly()
          Make resource read-only.
 

Method Detail

makeReadOnly

void makeReadOnly()
Make resource read-only.



Copyright © 1999-2008 Codehaus. All Rights Reserved.