com.ibm.ras.example.profile.artifact
Class ArtifactDescriptor

java.lang.Object
  extended bycom.ibm.xtools.pluglets.Pluglet
      extended bycom.ibm.ras.example.profile.artifact.ArtifactDescriptor

public class ArtifactDescriptor
extends com.ibm.xtools.pluglets.Pluglet

The ArtifactDescriptor pluglet provides an example of how to add new artifact descriptor types that are recognized by the type analyzer. The pluglet demonstrates the following operations:

When run successfully, a count of the total number of artifact descriptors before and after additions is output to the Console view. The pluglet also outputs the artifact type for a file before and after the new artifact descriptors have been added to the artifact descriptor manager.


Field Summary
 
Fields inherited from class com.ibm.xtools.pluglets.Pluglet
out
 
Constructor Summary
ArtifactDescriptor()
           
 
Method Summary
 void plugletmain(String[] args)
          Represents the main excecution point for the pluglet.
 
Methods inherited from class com.ibm.xtools.pluglets.Pluglet
confirm, confirm, dumpStack, dumpStack, error, error, getDialog, getDirectory, getFile, getFullName, getName, inform, inform, printStackTrace, printStackTrace, prompt, prompt, prompt, question, question, setDialog, setDirectory, setFile, setFullName, setName, warning, warning
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ArtifactDescriptor

public ArtifactDescriptor()
Method Detail

plugletmain

public void plugletmain(String[] args)
Represents the main excecution point for the pluglet.

Parameters:
args - The arguments passed to the pluget when it is executed.