Package org.eclipse.cdt.core.resources
Class FileStorage
- java.lang.Object
-
- org.eclipse.core.runtime.PlatformObject
-
- org.eclipse.cdt.core.resources.FileStorage
-
- All Implemented Interfaces:
org.eclipse.core.resources.IStorage,org.eclipse.core.runtime.IAdaptable
public class FileStorage extends org.eclipse.core.runtime.PlatformObject implements org.eclipse.core.resources.IStorage- See Also:
IStorage
-
-
Constructor Summary
Constructors Constructor Description FileStorage(java.io.InputStream in, org.eclipse.core.runtime.IPath path)FileStorage(org.eclipse.core.runtime.IPath path)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object obj)java.io.InputStreamgetContents()org.eclipse.core.runtime.IPathgetFullPath()java.lang.StringgetName()booleanisReadOnly()java.lang.StringtoString()
-
-
-
Method Detail
-
getContents
public java.io.InputStream getContents() throws org.eclipse.core.runtime.CoreException- Specified by:
getContentsin interfaceorg.eclipse.core.resources.IStorage- Throws:
org.eclipse.core.runtime.CoreException
-
getFullPath
public org.eclipse.core.runtime.IPath getFullPath()
- Specified by:
getFullPathin interfaceorg.eclipse.core.resources.IStorage- See Also:
IStorage.getFullPath()
-
getName
public java.lang.String getName()
- Specified by:
getNamein interfaceorg.eclipse.core.resources.IStorage- See Also:
IStorage.getName()
-
isReadOnly
public boolean isReadOnly()
- Specified by:
isReadOnlyin interfaceorg.eclipse.core.resources.IStorage- See Also:
IStorage.isReadOnly()
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object- See Also:
IStorage.isReadOnly()
-
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equalsin classjava.lang.Object
-
-