Interface Parameters
- All Known Subinterfaces:
CreationContext
- All Known Implementing Classes:
BasicContext, BasicEntry, BasicParameters, NodeListParameters
public interface Parameters
- Version:
- CVS $Revision: 313195 $ $Date: 1999-11-15 23:08:18 +0100 (Mon, 15 Nov 1999) $
- Author:
- Pierpaolo Fumagalli, Copyright 1999 © The Apache Software Foundation. All rights reserved.
-
Method Summary
Modifier and TypeMethodDescriptiongetParameter(String name) Retrieve a value for a specified parameter.getParameter(String name, String def) Retrieve a value for a specified parameter.Get all valid parameter names.merge(Parameters p) Merge the values from another Parameters object into this instance.setParameter(String name, String value) Set or update parameter value.
-
Method Details
-
getParameter
-
getParameter
-
getParameterNames
Enumeration getParameterNames()Get all valid parameter names.- Returns:
- A non-null (maybe empty) Enumeration.
-
setParameter
-
merge
Merge the values from another Parameters object into this instance.- Parameters:
p- The Parameters object from wich values must be retrieved.
-