|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.eclipse.core.runtime.PlatformObject
org.eclipse.ocl.examples.modelregistry.standalone.JavaFileHandle
public class JavaFileHandle
| Field Summary | |
|---|---|
protected java.io.File |
file
|
protected JavaProjectHandle |
projectHandle
|
| Constructor Summary | |
|---|---|
protected |
JavaFileHandle(java.io.File projectFile)
|
|
JavaFileHandle(JavaProjectHandle projectHandle,
java.io.File file)
|
| Method Summary | |
|---|---|
static java.lang.String |
createCanonicalFileName(java.io.File file)
|
boolean |
exists()
Return true if file exists. |
java.lang.String |
getAbsoluteName()
Return a name that can access the physical storage without reference to any other context. |
java.io.InputStream |
getContents()
Return a stream from which the contents can be read. |
java.io.File |
getFile()
|
java.lang.String |
getName()
Return a name that can access the physical storage with respect to its parent. |
JavaFileHandle |
getParentFileHandle()
Return the handle of the parent of this handle. |
ProjectHandle |
getProjectHandle()
Return the handle of the project. |
java.lang.String |
getProjectRelativeName()
Return a name that can access the physical storage with respect to the project. |
org.eclipse.core.runtime.IPath |
getProjectRelativePath()
|
org.eclipse.emf.common.util.URI |
getURI()
Get the URI of the file. |
java.io.File |
isFile()
Return a non-null file object if this Handle applies to a file. |
java.io.File |
isFolder()
Return a non-null folder object if this Handle applies to a folder or directory. |
java.io.File |
isProject()
Return a non-null project object if this Handle applies to a project. |
java.lang.String |
toString()
|
| Methods inherited from class org.eclipse.core.runtime.PlatformObject |
|---|
getAdapter |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.eclipse.core.runtime.IAdaptable |
|---|
getAdapter |
| Field Detail |
|---|
protected final JavaProjectHandle projectHandle
protected final java.io.File file
| Constructor Detail |
|---|
protected JavaFileHandle(java.io.File projectFile)
throws java.io.IOException
java.io.IOException
public JavaFileHandle(JavaProjectHandle projectHandle,
java.io.File file)
throws java.io.IOException
java.io.IOException| Method Detail |
|---|
public static java.lang.String createCanonicalFileName(java.io.File file)
throws java.io.IOException
java.io.IOExceptionpublic boolean exists()
FileHandle
exists in interface FileHandlepublic java.lang.String getAbsoluteName()
FileHandle
getAbsoluteName in interface FileHandle
public java.io.InputStream getContents()
throws java.io.FileNotFoundException
FileHandle
getContents in interface FileHandlejava.io.FileNotFoundException - if File access problempublic java.io.File getFile()
public java.lang.String getName()
FileHandle
getName in interface FileHandlepublic JavaFileHandle getParentFileHandle()
FileHandle
getParentFileHandle in interface FileHandlepublic ProjectHandle getProjectHandle()
FileHandle
getProjectHandle in interface FileHandlepublic java.lang.String getProjectRelativeName()
FileHandle
getProjectRelativeName in interface FileHandlepublic org.eclipse.core.runtime.IPath getProjectRelativePath()
public org.eclipse.emf.common.util.URI getURI()
FileHandle
getURI in interface FileHandlepublic java.io.File isFile()
FileHandle
isFile in interface FileHandlepublic java.io.File isFolder()
FileHandle
isFolder in interface FileHandlepublic java.io.File isProject()
FileHandle
isProject in interface FileHandlepublic java.lang.String toString()
toString in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||