org.pentaho.di.shared
Interface SharedObjectInterface


public interface SharedObjectInterface


Method Summary
 String getName()
           
 String getXML()
           
 boolean isShared()
           
 void setShared(boolean shared)
           
 

Method Detail

setShared

void setShared(boolean shared)

isShared

boolean isShared()

getName

String getName()

getXML

String getXML()
              throws KettleException
Throws:
KettleException