com.ibm.ras.example.export
Class ExportDefaultAsset

java.lang.Object
  extended bycom.ibm.xtools.pluglets.Pluglet
      extended bycom.ibm.ras.example.export.ExportDefaultAsset

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

The ExportDefaultAsset pluglet provides an example of how to perform a RAS export using the default asset created by the export data model. The pluglet demonstrates the following operations:

When run successfully, a newly packaged asset named ExportDefaultAsset.ras is created in the workspace in the \Export\Examples\ExportedAssets folder. The exported asset intentionally does not contain any artifacts. It cannot be imported.


Field Summary
 
Fields inherited from class com.ibm.xtools.pluglets.Pluglet
out
 
Constructor Summary
ExportDefaultAsset()
           
 
Method Summary
 void plugletmain(String[] args)
          Represents the main execution 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

ExportDefaultAsset

public ExportDefaultAsset()
Method Detail

plugletmain

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

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