Class Utils
java.lang.Object
com.sas.services.information.metadata.lookup.io.Utils
@Deprecated
public class Utils
extends Object
Deprecated.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voiddump(UserContextInterface user) Deprecated.This method will dump the contents of the stored lookup information to the console.static voidreset(UserContextInterface user) Deprecated.This method should be used with caution as it will destroy the contents of the stored lookup information.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
Utils
public Utils()Deprecated.
-
-
Method Details
-
reset
Deprecated.This method should be used with caution as it will destroy the contents of the stored lookup information. Its primary use is for debugging during development.- Parameters:
user-
-
dump
Deprecated.This method will dump the contents of the stored lookup information to the console. Its primary use is for debugging and assisting the help desk.- Parameters:
user-
-