ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/projects/cms/source/server/uk/org/iscream/cms/server/core/Core.java
(Generate patch)

Comparing projects/cms/source/server/uk/org/iscream/cms/server/core/Core.java (file contents):
Revision 1.22 by tdb, Thu Jan 18 23:11:57 2001 UTC vs.
Revision 1.23 by tdb, Wed Mar 14 01:34:26 2001 UTC

# Line 76 | Line 76 | public class Core implements Component {
76      }
77      
78      /**
79 +     * Does a dependency check. Used mainly at startup to
80 +     * see if the required dependencies (components) are up
81 +     * and running.
82 +     *
83 +     * @return a boolean value, true if the depdencies are satisfied
84 +     */
85 +    public boolean depCheck() {
86 +        // the core has no depedencies
87 +        return true;
88 +    }
89 +    
90 +    /**
91       * Overrides the {@link java.lang.Object#toString() Object.toString()}
92       * method to provide clean logging (every class should have this).
93       *

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines