Class InstallationDescriptor.ComponentInfo

java.lang.Object
org.apache.uima.pear.tools.InstallationDescriptor.ComponentInfo
All Implemented Interfaces:
Serializable
Enclosing class:
InstallationDescriptor

public static class InstallationDescriptor.ComponentInfo extends Object implements Serializable
The ComponentInfo class defines UIMA component attributes.
See Also:
  • Field Details

  • Constructor Details

    • ComponentInfo

      public ComponentInfo(String id)
      Constructor that takes component ID as an argument.
      Parameters:
      id - The given component ID.
  • Method Details

    • getId

      public String getId()
      Returns:
      The specified component ID.