org.apache.maven.plugin.tools.model
Class Component

java.lang.Object
  extended by org.apache.maven.plugin.tools.model.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 Summary
Component()
           
 
Method Summary
 String getHint()
          Get The role-hint to lookup.
 String getModelEncoding()
           
 String getRole()
          Get The component role to lookup.
 void setHint(String hint)
          Set The role-hint to lookup.
 void setModelEncoding(String modelEncoding)
           
 void setRole(String role)
          Set The component role to lookup.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Component

public Component()
Method Detail

getHint

public String getHint()
Get The role-hint to lookup.


getRole

public String getRole()
Get The component role to lookup.


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 -

setModelEncoding

public void setModelEncoding(String modelEncoding)

getModelEncoding

public String getModelEncoding()


Copyright © 2002-2006 Apache Software Foundation. All Rights Reserved.