org.objectweb.dsrg.sofa
Interface SOFAParametrized


public interface SOFAParametrized

Implement this interface in a sofa component to enable command line parameters to be passed to the component.


Method Summary
 void setProperties(java.util.Properties props)
          Passes the command line parameters to the sofa component.
 

Method Detail

setProperties

void setProperties(java.util.Properties props)
Passes the command line parameters to the sofa component.