de.uni_paderborn.fujaba.mpEdit
Class PropMan

java.lang.Object
  extended byde.uni_paderborn.fujaba.mpEdit.PropMan

public class PropMan
extends java.lang.Object

No comment provided by developer, please add a comment to improve documentation.

Version:
$Revision: 1.17 $
Author:
$Author: schneider $

Field Summary
private  java.lang.String prop_name
          No comment provided by developer, please add a comment to improve documentation.
(package private)  java.util.Properties properties
          No comment provided by developer, please add a comment to improve documentation.
 
Constructor Summary
PropMan()
           
 
Method Summary
 java.util.Properties getProperties()
          Get the properties attribute of the PropMan object
private  void setDefaults()
          Sets the defaults attribute of the PropMan object
 void writeProperties(java.util.Properties p)
          No comment provided by developer, please add a comment to improve documentation.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

properties

java.util.Properties properties
No comment provided by developer, please add a comment to improve documentation.


prop_name

private java.lang.String prop_name
No comment provided by developer, please add a comment to improve documentation.

Constructor Detail

PropMan

public PropMan()
Method Detail

setDefaults

private void setDefaults()
Sets the defaults attribute of the PropMan object


getProperties

public java.util.Properties getProperties()
Get the properties attribute of the PropMan object

Returns:
The properties value

writeProperties

public void writeProperties(java.util.Properties p)
No comment provided by developer, please add a comment to improve documentation.

Parameters:
p - No description provided