Class Component

  • All Implemented Interfaces:
    Serializable

    public class Component
    extends Object
    implements Serializable
    A reference to a plexus component, assumed to be available to the plugin container.
    Version:
    $Revision$ $Date$
    See Also:
    Serialized Form
    • Constructor Detail

      • Component

        public Component()
    • Method Detail

      • getHint

        public String getHint()
        Get the role-hint to lookup.
        Returns:
        String
      • getRole

        public String getRole()
        Get the component role to lookup.
        Returns:
        String
      • setHint

        public void setHint​(String hint)
        Set the role-hint to lookup.
        Parameters:
        hint -
      • setRole

        public void setRole​(String role)
        Set the component role to lookup.
        Parameters:
        role -