org.ow2.petals.component.api
Class Configuration
java.lang.Object
org.ow2.petals.component.api.Configuration
- Direct Known Subclasses:
- ComponentConfiguration, ServiceConfiguration
public class Configuration
- extends java.lang.Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Configuration
public Configuration()
getParameterNames
public final java.lang.String[] getParameterNames()
hasParameter
public final boolean hasParameter(java.lang.String parameterName)
getParameter
public final java.lang.String getParameter(java.lang.String parameterName)
setParameter
public final void setParameter(java.lang.String parameterName,
java.lang.String parameterValue)
addResource
public final void addResource(java.net.URL resourceUrl)
getResources
public final java.net.URL[] getResources()
Copyright © 2005-2011 Petals Link (EBM Websourcing). All Rights Reserved.