| 
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectedu.sdsc.inca.WrapReporter
public class WrapReporter
An class that wraps a reporter, represented as a Properties object, with some convenience methods.
| Field Summary | |
|---|---|
 java.util.Properties | 
reporter
 | 
| Constructor Summary | |
|---|---|
WrapReporter(java.util.Properties reporter)
Constructs a new WrapReporter.  | 
|
| Method Summary | |
|---|---|
 java.lang.String | 
getProperty(java.lang.String property)
Returns the value of a single reporter property.  | 
 void | 
setProperty(java.lang.String property,
            java.lang.String value)
Sets the value of a single reporter property.  | 
 java.lang.String | 
toString()
An override of the default toString function.  | 
| Methods inherited from class java.lang.Object | 
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
| Field Detail | 
|---|
public java.util.Properties reporter
| Constructor Detail | 
|---|
public WrapReporter(java.util.Properties reporter)
reporter - a set of properties that defines the reporter| Method Detail | 
|---|
public java.lang.String getProperty(java.lang.String property)
property - the nume of the specified property
public void setProperty(java.lang.String property,
                        java.lang.String value)
property - the nume of the specified propertyvalue - the value of the specified propertypublic java.lang.String toString()
toString in class java.lang.Object
  | 
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||