com.trackstudio.kernel.manager
Class TSPropertyManager

java.lang.Object
  extended bycom.trackstudio.kernel.manager.TSPropertyManager

public class TSPropertyManager
extends java.lang.Object


Method Summary
 java.lang.String get(java.lang.String name)
           
static TSPropertyManager getInstance()
           
static java.lang.String getProperty(java.lang.String prop)
           
 boolean isSet(java.lang.String prop)
           
 void readProperties()
           
 void set(java.lang.String name, java.lang.String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

public static TSPropertyManager getInstance()
                                     throws GranException
Throws:
GranException

readProperties

public void readProperties()
                    throws GranException
Throws:
GranException

get

public java.lang.String get(java.lang.String name)

set

public void set(java.lang.String name,
                java.lang.String value)
         throws GranException
Throws:
GranException

getProperty

public static java.lang.String getProperty(java.lang.String prop)

isSet

public boolean isSet(java.lang.String prop)


Copyright © 2002-2005 TrackStudio, Ltd. All Rights Reserved.