com.ibm.ras.example.repository
Class PublishRemove

java.lang.Object
  extended bycom.ibm.xtools.pluglets.Pluglet
      extended bycom.ibm.ras.example.repository.PublishRemove

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

The PublishRemove pluglet provides an example of how to publish and remove an asset to or from a local repository. The pluglet demonstrates the following operations:

When run successfully, the metrics of the local repository before and after the publish operation are sent to the Console view. A dialog window appears to indicate the success or failure of the publish operation.

Warning: This example uses RAS API that is located in internal packages. It is subject to significant change without any warning to implementing clients. Any client using this API should anticipate adapting to multiple changes in future releases.


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

PublishRemove

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