org.apache.geronimo.gshell.command.descriptor
Class CommandDescriptor

java.lang.Object
  extended by org.codehaus.plexus.component.repository.ComponentDescriptor
      extended by org.apache.geronimo.gshell.command.descriptor.CommandDescriptor

public class CommandDescriptor
extends org.codehaus.plexus.component.repository.ComponentDescriptor

Descriptor for a command.

Version:
$Rev: 576844 $ $Date: 2007-09-18 04:19:37 -0700 (Tue, 18 Sep 2007) $

Constructor Summary
CommandDescriptor()
           
 
Method Summary
 String getId()
           
 void setId(String id)
           
 String toString()
           
 
Methods inherited from class org.codehaus.plexus.component.repository.ComponentDescriptor
addRequirement, addRequirements, equals, getAlias, getComponentComposer, getComponentConfigurator, getComponentFactory, getComponentProfile, getComponentSetDescriptor, getComponentType, getConfiguration, getDependencies, getDescription, getHumanReadableKey, getImplementation, getInstantiationStrategy, getLifecycleHandler, getRealmId, getRequirements, getRole, getRoleHint, getSource, getVersion, hasConfiguration, hashCode, isIsolatedRealm, setAlias, setComponentComposer, setComponentConfigurator, setComponentFactory, setComponentProfile, setComponentSetDescriptor, setComponentType, setConfiguration, setDescription, setImplementation, setInstantiationStrategy, setIsolatedRealm, setLifecycleHandler, setRealmId, setRole, setRoleHint, setSource, setVersion
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CommandDescriptor

public CommandDescriptor()
Method Detail

getId

public String getId()

setId

public void setId(String id)

toString

public String toString()
Overrides:
toString in class org.codehaus.plexus.component.repository.ComponentDescriptor


Copyright © 2003-2007 Apache Software Foundation. All Rights Reserved.