Interface COM.tolstoy.jconfig.ConfigEntryVisitor
All Packages Class Hierarchy This Package Previous Next Index
Interface COM.tolstoy.jconfig.ConfigEntryVisitor
- public interface ConfigEntryVisitor
- extends Object
Interface for objects which want to iterate over a sequence of ConfigEntry's. The 'iterate'
method of FileRegistry takes an argument of this interface.
-
copyrightString
-
-
visit(ConfigEntry)
- Called for each ConfigEntry available from the calling object.
copyrightString
public final static String copyrightString
visit
public abstract void visit(ConfigEntry fd)
- Called for each ConfigEntry available from the calling object.
All Packages Class Hierarchy This Package Previous Next Index