CFEngine API

org.recommender.server
Class SystemUtils

java.lang.Object
  |
  +--org.recommender.server.SystemUtils

public final class SystemUtils
extends java.lang.Object

This class contains mics utils - printDebug and notImplementedMsg.

Author:
Irwin Yoon

Constructor Summary
SystemUtils()
           
 
Method Summary
static void notImplementedMsg(java.lang.String feature)
          If a feature has not been implemented, print out error message.
static void printDebug(java.lang.String msg)
          Print out timestamp for debugging.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SystemUtils

public SystemUtils()
Method Detail

printDebug

public static void printDebug(java.lang.String msg)
Print out timestamp for debugging.

Parameters:
msg -

notImplementedMsg

public static void notImplementedMsg(java.lang.String feature)
If a feature has not been implemented, print out error message.

Parameters:
feature -

CFEngine API

Copyright © 2003 - Oregon State University www.orst.edu