Main Page
    Cookbook/Overview     ImageMeister     the jcprops file     Licensing
    Binary Installation & Configuration [ Win · Mac · Nix · OSX ]     Changes
    Public API
    Source Code Main Page
        Java [ Common · Win · Mac · Nix ]     Native Code [ Common · Win · Mac · Nix ]     Manifest
        Native Code Overviews [ Common · Win · Mac · Nix · Strings ]     Macros [ General · Native Macros ]
        Walkthroughs [ Java only · Java and native ]     Building [ Win · Mac · Nix · OSX ]     Distribution Issues

All Packages  This Package  Class Hierarchy  Class Search  Index

Interface com.jconfig.ConfigEntryVisitor

  Summary

public interface  ConfigEntryVisitor
{
          // Fields 1
     public static final String copyrightString;

          // Methods 1
     public abstract void visit(ConfigEntry);
}

Interface for objects which want to iterate over a sequence of ConfigEntry's. The 'iterate' method of FileRegistry takes an argument of this interface.

Author:
Copyright (c) 1997-2002 Samizdat Productions. All Rights Reserved.


  Cross Reference

Implemented By:
CEVExtensionFinder, CEVFinderInfoFinder, CEVAppByNameFinder, BasicCEVisitor





  Fields

· copyrightString

Summary  |  Top
   public static final String copyrightString


  Methods

· visit

Summary  |  Top

   public abstract void visit(ConfigEntry fd) 

Called for each ConfigEntry available from the calling object.



All Packages  This Package  Class Hierarchy  Class Search  Index
Freshly brewed Java API Documentation automatically generated with polardoc Version 1.0.7