org.hardtokenmgmt.core.util
Class WindowsINIHandler

java.lang.Object
  extended by org.hardtokenmgmt.core.util.WindowsINIHandler

public class WindowsINIHandler
extends java.lang.Object


Constructor Summary
WindowsINIHandler(java.lang.String path, java.lang.String filename, java.lang.String section)
           
 
Method Summary
 void loadSection()
           
 void removeProperty(java.lang.String n)
           
 void saveSection(java.lang.String pUK, java.lang.String label)
           
 void setProperty(java.lang.String n, java.lang.String v)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WindowsINIHandler

public WindowsINIHandler(java.lang.String path,
                         java.lang.String filename,
                         java.lang.String section)
Method Detail

setProperty

public void setProperty(java.lang.String n,
                        java.lang.String v)

removeProperty

public void removeProperty(java.lang.String n)

saveSection

public void saveSection(java.lang.String pUK,
                        java.lang.String label)

loadSection

public void loadSection()