public class NodeStorage
extends java.lang.Object
implements org.eclipse.core.resources.IStorage
Constructor and Description |
---|
NodeStorage(java.lang.Object node) |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
getAdapter(java.lang.Class adapter) |
java.io.InputStream |
getContents() |
org.eclipse.core.runtime.IPath |
getFullPath() |
java.lang.String |
getName() |
TreeNode |
getNode() |
boolean |
isReadOnly() |
public TreeNode getNode()
public java.io.InputStream getContents() throws org.eclipse.core.runtime.CoreException
getContents
in interface org.eclipse.core.resources.IStorage
org.eclipse.core.runtime.CoreException
public org.eclipse.core.runtime.IPath getFullPath()
getFullPath
in interface org.eclipse.core.resources.IStorage
public java.lang.String getName()
getName
in interface org.eclipse.core.resources.IStorage
public boolean isReadOnly()
isReadOnly
in interface org.eclipse.core.resources.IStorage
public java.lang.Object getAdapter(java.lang.Class adapter)
getAdapter
in interface org.eclipse.core.runtime.IAdaptable