public class RegistryInfo extends java.lang.Object implements RegistryObject
Constructor and Description |
---|
RegistryInfo()
Constructs a new initialized Addressline instance.
|
Modifier and Type | Method and Description |
---|---|
void |
addProperty(Property prop)
Adds a property name/value pair to the Property object.
|
void |
addProperty(java.lang.String name,
java.lang.String value) |
java.lang.String |
getGeneric() |
java.lang.String |
getOperator() |
java.util.Properties |
getProperties() |
java.lang.String |
getProperty(java.lang.String name)
Returns the value of the desired property.
|
void |
setGeneric(java.lang.String genericValue) |
void |
setOperator(java.lang.String operator) |
public RegistryInfo()
public void setGeneric(java.lang.String genericValue)
genericValue
- public java.lang.String getGeneric()
public void setOperator(java.lang.String operator)
public java.lang.String getOperator()
public void addProperty(java.lang.String name, java.lang.String value)
name
- The name of the property being added.value
- The value of the property.public java.lang.String getProperty(java.lang.String name)
name
- The name of the property being added.public void addProperty(Property prop)
prop
- Property object to addpublic java.util.Properties getProperties()
Copyright ? 2003 Apache Software Foundation. All rights reserved.