com.unitesk.requality.eclipse.editors
Class NodeStorage

java.lang.Object
  extended by com.unitesk.requality.eclipse.editors.NodeStorage

public class NodeStorage
extends java.lang.Object


Constructor Summary
NodeStorage(java.lang.Object node)
           
 
Method Summary
 java.lang.Object getAdapter(java.lang.Class adapter)
           
 java.io.InputStream getContents()
           
 IPath getFullPath()
           
 java.lang.String getName()
           
 TreeNode getNode()
           
 boolean isReadOnly()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NodeStorage

public NodeStorage(java.lang.Object node)
Method Detail

getNode

public TreeNode getNode()

getContents

public java.io.InputStream getContents()
                                throws CoreException
Throws:
CoreException

getFullPath

public IPath getFullPath()

getName

public java.lang.String getName()

isReadOnly

public boolean isReadOnly()

getAdapter

public java.lang.Object getAdapter(java.lang.Class adapter)