fr.inrialpes.opera.upsprofiles
Class AddComponent

java.lang.Object
  |
  +--fr.inrialpes.opera.upsprofiles.AddComponent

public class AddComponent
extends java.lang.Object

This class allows adding a component to the global CC/PP profile.

Author:
Tayeb LEMLOUMA (Tayeb.Lemlouma@inrialpes.fr)

Constructor Summary
AddComponent(java.lang.String profileTypeName, java.lang.String ccppComponentName, java.lang.String C, java.io.OutputStreamWriter out)
          Adds a CC/PP component to the global profile file.
AddComponent(java.lang.String profileTypeName, java.lang.String ccppComponentName, java.lang.String C1, java.lang.String C2, java.io.OutputStreamWriter out)
          Adds a CC/PP component to the global file of the resource client profile.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AddComponent

public AddComponent(java.lang.String profileTypeName,
                    java.lang.String ccppComponentName,
                    java.lang.String C,
                    java.io.OutputStreamWriter out)
Adds a CC/PP component to the global profile file.
Parameters:
profileTypeName - The type of the profile.
ccppComponentName - The name of the CC/PP component.
C - The util information of the component
out - point to the file of the profile

AddComponent

public AddComponent(java.lang.String profileTypeName,
                    java.lang.String ccppComponentName,
                    java.lang.String C1,
                    java.lang.String C2,
                    java.io.OutputStreamWriter out)
Adds a CC/PP component to the global file of the resource client profile.
Parameters:
profileTypeName - The type of the profile.
ccppComponentName - The name of the CC/PP component.
C1 - The first util information of the component
C2 - The second util information of the component
out - point to the file of the profile