testsgen.wttools
Class PropertyImpl
java.lang.Object
|
+--testsgen.wttools.PropertyImpl
- All Implemented Interfaces:
- PropertyIfc
- public class PropertyImpl
- extends java.lang.Object
- implements PropertyIfc
Property.java file contains implementation of PropertyIfc
interface. At the moment it contains only wrapper for JDK
property system.
In short future it will be extendent with access
command line arguments as properties and properties stored in given config
file.
Please see PropertIfc
class for more details.
Created: Mon Dec 3 23:37:25 2001
- Version:
- $Revision: 1.4 $
- Author:
- Artur Hefczyc
- See Also:
PropertyIfc
Method Summary |
java.lang.String |
getProperty(java.lang.String param1)
|
boolean |
getProperty(java.lang.String param1,
boolean param2)
|
int |
getProperty(java.lang.String param1,
int param2)
|
long |
getProperty(java.lang.String param1,
long param2)
|
java.lang.String |
getProperty(java.lang.String param1,
java.lang.String param2)
|
void |
setProperty(java.lang.String param1,
java.lang.String param2)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PropertyImpl
public PropertyImpl()
setProperty
public void setProperty(java.lang.String param1,
java.lang.String param2)
- Specified by:
setProperty
in interface PropertyIfc
- Parameters:
param1
- param2
-
getProperty
public java.lang.String getProperty(java.lang.String param1)
- Specified by:
getProperty
in interface PropertyIfc
- Parameters:
param1
- - Returns:
getProperty
public java.lang.String getProperty(java.lang.String param1,
java.lang.String param2)
- Specified by:
getProperty
in interface PropertyIfc
- Parameters:
param1
- param2
- - Returns:
getProperty
public boolean getProperty(java.lang.String param1,
boolean param2)
- Specified by:
getProperty
in interface PropertyIfc
- Parameters:
param1
- param2
- - Returns:
getProperty
public long getProperty(java.lang.String param1,
long param2)
- Specified by:
getProperty
in interface PropertyIfc
- Parameters:
param1
- param2
- - Returns:
getProperty
public int getProperty(java.lang.String param1,
int param2)
- Specified by:
getProperty
in interface PropertyIfc
- Parameters:
param1
- param2
- - Returns:
Copyright © GNU, wttools developers Team.