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

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

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

The ArtifactRetrieval pluglet provides an example of how to retrieve artifacts from an asset using an artifact manager and filters. The pluglet demonstrates the following operations:

When run successfully, a count of the number of artifacts retrieved from asset is sent to the Console view. The pluglet also outputs the number of artifacts that matched the attribute filter.


Field Summary
 
Fields inherited from class com.ibm.xtools.pluglets.Pluglet
out
 
Constructor Summary
ArtifactRetrieval()
           
 
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

ArtifactRetrieval

public ArtifactRetrieval()
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.