portal.services.registry.sp
Class RegistryFile

java.lang.Object
  extended byportal.services.registry.sp.RegistryFile

public class RegistryFile
extends java.lang.Object


Constructor Summary
RegistryFile(java.lang.String fileName)
           
 
Method Summary
 boolean isModified()
           
 java.util.Hashtable loadRegistry()
           
static java.lang.Integer parseStringToInteger(java.lang.String str)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RegistryFile

public RegistryFile(java.lang.String fileName)
Method Detail

loadRegistry

public java.util.Hashtable loadRegistry()
                                 throws RegistryException
Throws:
RegistryException

parseStringToInteger

public static java.lang.Integer parseStringToInteger(java.lang.String str)

isModified

public boolean isModified()
                   throws RegistryException
Throws:
RegistryException