Methods Summary |
---|
public void | accept(org.eclipse.core.resources.IResourceVisitor visitor)
throw new NotImplementedException();
|
public void | accept(org.eclipse.core.resources.IResourceProxyVisitor visitor, int memberFlags)
throw new NotImplementedException();
|
public void | accept(org.eclipse.core.resources.IResourceVisitor visitor, int depth, boolean includePhantoms)
throw new NotImplementedException();
|
public void | accept(org.eclipse.core.resources.IResourceVisitor visitor, int depth, int memberFlags)
throw new NotImplementedException();
|
public void | appendContents(java.io.InputStream source, int updateFlags, org.eclipse.core.runtime.IProgressMonitor monitor)
throw new NotImplementedException();
|
public void | appendContents(java.io.InputStream source, boolean force, boolean keepHistory, org.eclipse.core.runtime.IProgressMonitor monitor)
throw new NotImplementedException();
|
public void | clearHistory(org.eclipse.core.runtime.IProgressMonitor monitor)
throw new NotImplementedException();
|
public boolean | contains(org.eclipse.core.runtime.jobs.ISchedulingRule rule)
throw new NotImplementedException();
|
public void | copy(org.eclipse.core.runtime.IPath destination, boolean force, org.eclipse.core.runtime.IProgressMonitor monitor)
throw new NotImplementedException();
|
public void | copy(org.eclipse.core.runtime.IPath destination, int updateFlags, org.eclipse.core.runtime.IProgressMonitor monitor)
throw new NotImplementedException();
|
public void | copy(org.eclipse.core.resources.IProjectDescription description, boolean force, org.eclipse.core.runtime.IProgressMonitor monitor)
throw new NotImplementedException();
|
public void | copy(org.eclipse.core.resources.IProjectDescription description, int updateFlags, org.eclipse.core.runtime.IProgressMonitor monitor)
throw new NotImplementedException();
|
public void | create(java.io.InputStream source, boolean force, org.eclipse.core.runtime.IProgressMonitor monitor)
throw new NotImplementedException();
|
public void | create(java.io.InputStream source, int updateFlags, org.eclipse.core.runtime.IProgressMonitor monitor)
throw new NotImplementedException();
|
public void | createLink(org.eclipse.core.runtime.IPath localLocation, int updateFlags, org.eclipse.core.runtime.IProgressMonitor monitor)
throw new NotImplementedException();
|
public void | createLink(java.net.URI location, int updateFlags, org.eclipse.core.runtime.IProgressMonitor monitor)
throw new NotImplementedException();
|
public org.eclipse.core.resources.IMarker | createMarker(java.lang.String type)
throw new NotImplementedException();
|
public org.eclipse.core.resources.IResourceProxy | createProxy()
throw new NotImplementedException();
|
public void | delete(boolean force, boolean keepHistory, org.eclipse.core.runtime.IProgressMonitor monitor)
throw new NotImplementedException();
|
public void | delete(boolean force, org.eclipse.core.runtime.IProgressMonitor monitor)
throw new NotImplementedException();
|
public void | delete(int updateFlags, org.eclipse.core.runtime.IProgressMonitor monitor)
throw new NotImplementedException();
|
public void | deleteMarkers(java.lang.String type, boolean includeSubtypes, int depth)
throw new NotImplementedException();
|
public boolean | exists()
throw new NotImplementedException();
|
public org.eclipse.core.resources.IMarker | findMarker(long id)
throw new NotImplementedException();
|
public org.eclipse.core.resources.IMarker[] | findMarkers(java.lang.String type, boolean includeSubtypes, int depth)
throw new NotImplementedException();
|
public int | findMaxProblemSeverity(java.lang.String type, boolean includeSubtypes, int depth)
throw new NotImplementedException();
|
public java.lang.Object | getAdapter(java.lang.Class adapter)
throw new NotImplementedException();
|
public java.lang.String | getCharset()
throw new NotImplementedException();
|
public java.lang.String | getCharset(boolean checkImplicit)
throw new NotImplementedException();
|
public java.lang.String | getCharsetFor(java.io.Reader reader)
throw new NotImplementedException();
|
public org.eclipse.core.runtime.content.IContentDescription | getContentDescription()
throw new NotImplementedException();
|
public java.io.InputStream | getContents()
return new ByteArrayInputStream(mContentData);
|
public java.io.InputStream | getContents(boolean force)
// ignore force
return getContents();
|
public int | getEncoding()
throw new NotImplementedException();
|
public java.lang.String | getFileExtension()
throw new NotImplementedException();
|
public org.eclipse.core.runtime.IPath | getFullPath()
throw new NotImplementedException();
|
public org.eclipse.core.resources.IFileState[] | getHistory(org.eclipse.core.runtime.IProgressMonitor monitor)
throw new NotImplementedException();
|
public long | getLocalTimeStamp()
throw new NotImplementedException();
|
public org.eclipse.core.runtime.IPath | getLocation()
return new Path(mName);
|
public java.net.URI | getLocationURI()
throw new NotImplementedException();
|
public org.eclipse.core.resources.IMarker | getMarker(long id)
throw new NotImplementedException();
|
public long | getModificationStamp()
throw new NotImplementedException();
|
public java.lang.String | getName()
return mName;
|
public org.eclipse.core.resources.IContainer | getParent()
throw new NotImplementedException();
|
public java.util.Map | getPersistentProperties()
throw new NotImplementedException();
|
public java.lang.String | getPersistentProperty(org.eclipse.core.runtime.QualifiedName key)
throw new NotImplementedException();
|
public org.eclipse.core.resources.IProject | getProject()
throw new NotImplementedException();
|
public org.eclipse.core.runtime.IPath | getProjectRelativePath()
throw new NotImplementedException();
|
public org.eclipse.core.runtime.IPath | getRawLocation()
throw new NotImplementedException();
|
public java.net.URI | getRawLocationURI()
throw new NotImplementedException();
|
public org.eclipse.core.resources.ResourceAttributes | getResourceAttributes()
throw new NotImplementedException();
|
public java.util.Map | getSessionProperties()
throw new NotImplementedException();
|
public java.lang.Object | getSessionProperty(org.eclipse.core.runtime.QualifiedName key)
throw new NotImplementedException();
|
public int | getType()
throw new NotImplementedException();
|
public org.eclipse.core.resources.IWorkspace | getWorkspace()
throw new NotImplementedException();
|
public boolean | isAccessible()
throw new NotImplementedException();
|
public boolean | isConflicting(org.eclipse.core.runtime.jobs.ISchedulingRule rule)
throw new NotImplementedException();
|
public boolean | isDerived()
throw new NotImplementedException();
|
public boolean | isDerived(int options)
throw new NotImplementedException();
|
public boolean | isHidden()
throw new NotImplementedException();
|
public boolean | isHidden(int options)
throw new NotImplementedException();
|
public boolean | isLinked()
throw new NotImplementedException();
|
public boolean | isLinked(int options)
throw new NotImplementedException();
|
public boolean | isLocal(int depth)
throw new NotImplementedException();
|
public boolean | isPhantom()
throw new NotImplementedException();
|
public boolean | isReadOnly()
throw new NotImplementedException();
|
public boolean | isSynchronized(int depth)
throw new NotImplementedException();
|
public boolean | isTeamPrivateMember()
throw new NotImplementedException();
|
public boolean | isTeamPrivateMember(int options)
throw new NotImplementedException();
|
public void | move(org.eclipse.core.runtime.IPath destination, boolean force, boolean keepHistory, org.eclipse.core.runtime.IProgressMonitor monitor)
throw new NotImplementedException();
|
public void | move(org.eclipse.core.runtime.IPath destination, boolean force, org.eclipse.core.runtime.IProgressMonitor monitor)
throw new NotImplementedException();
|
public void | move(org.eclipse.core.runtime.IPath destination, int updateFlags, org.eclipse.core.runtime.IProgressMonitor monitor)
throw new NotImplementedException();
|
public void | move(org.eclipse.core.resources.IProjectDescription description, int updateFlags, org.eclipse.core.runtime.IProgressMonitor monitor)
throw new NotImplementedException();
|
public void | move(org.eclipse.core.resources.IProjectDescription description, boolean force, boolean keepHistory, org.eclipse.core.runtime.IProgressMonitor monitor)
throw new NotImplementedException();
|
public void | refreshLocal(int depth, org.eclipse.core.runtime.IProgressMonitor monitor)
throw new NotImplementedException();
|
public void | revertModificationStamp(long value)
throw new NotImplementedException();
|
public void | setCharset(java.lang.String newCharset)
throw new NotImplementedException();
|
public void | setCharset(java.lang.String newCharset, org.eclipse.core.runtime.IProgressMonitor monitor)
throw new NotImplementedException();
|
public void | setContents(java.io.InputStream source, int updateFlags, org.eclipse.core.runtime.IProgressMonitor monitor)
throw new NotImplementedException();
|
public void | setContents(org.eclipse.core.resources.IFileState source, int updateFlags, org.eclipse.core.runtime.IProgressMonitor monitor)
throw new NotImplementedException();
|
public void | setContents(java.io.InputStream source, boolean force, boolean keepHistory, org.eclipse.core.runtime.IProgressMonitor monitor)
throw new NotImplementedException();
|
public void | setContents(org.eclipse.core.resources.IFileState source, boolean force, boolean keepHistory, org.eclipse.core.runtime.IProgressMonitor monitor)
throw new NotImplementedException();
|
public void | setDerived(boolean isDerived)
throw new NotImplementedException();
|
public void | setHidden(boolean isHidden)
throw new NotImplementedException();
|
public void | setLocal(boolean flag, int depth, org.eclipse.core.runtime.IProgressMonitor monitor)
throw new NotImplementedException();
|
public long | setLocalTimeStamp(long value)
throw new NotImplementedException();
|
public void | setPersistentProperty(org.eclipse.core.runtime.QualifiedName key, java.lang.String value)
throw new NotImplementedException();
|
public void | setReadOnly(boolean readOnly)
throw new NotImplementedException();
|
public void | setResourceAttributes(org.eclipse.core.resources.ResourceAttributes attributes)
throw new NotImplementedException();
|
public void | setSessionProperty(org.eclipse.core.runtime.QualifiedName key, java.lang.Object value)
throw new NotImplementedException();
|
public void | setTeamPrivateMember(boolean isTeamPrivate)
throw new NotImplementedException();
|
public void | touch(org.eclipse.core.runtime.IProgressMonitor monitor)
throw new NotImplementedException();
|