public interface PropertyFactory
extends java.io.Serializable
Serializable to support referencing
from Property instances.
$Id$
Created on 16/06/2005| Modifier and Type | Method and Description |
|---|---|
Property |
createProperty(java.lang.String name) |
Property |
createProperty(java.lang.String name,
ParameterList parameters,
java.lang.String value) |
Property createProperty(java.lang.String name)
name - a property nameProperty createProperty(java.lang.String name, ParameterList parameters, java.lang.String value) throws java.io.IOException, java.net.URISyntaxException, java.text.ParseException
name - a property nameparameters - a list of property parametersvalue - a property valuejava.io.IOException - where an unexpected error occurs reading datajava.net.URISyntaxException - where data contains an invalid URIjava.text.ParseException - where data is unable to be parsed correctlyCopyright © 2004-2015 Micronode. All Rights Reserved.