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 | 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(boolean force, boolean local, org.eclipse.core.runtime.IProgressMonitor monitor)
throw new NotImplementedException();
|
public void | create(int updateFlags, boolean local, 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, 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 | delete(boolean force, boolean keepHistory, 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(org.eclipse.core.runtime.IPath path)
throw new NotImplementedException();
|
public boolean | exists()
throw new NotImplementedException();
|
public org.eclipse.core.resources.IFile[] | findDeletedMembersWithHistory(int depth, org.eclipse.core.runtime.IProgressMonitor monitor)
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 org.eclipse.core.resources.IResource | findMember(java.lang.String name)
throw new NotImplementedException();
|
public org.eclipse.core.resources.IResource | findMember(org.eclipse.core.runtime.IPath path)
throw new NotImplementedException();
|
public org.eclipse.core.resources.IResource | findMember(java.lang.String name, boolean includePhantoms)
throw new NotImplementedException();
|
public org.eclipse.core.resources.IResource | findMember(org.eclipse.core.runtime.IPath path, boolean includePhantoms)
throw new NotImplementedException();
|
public java.lang.Object | getAdapter(java.lang.Class adapter)
throw new NotImplementedException();
|
public java.lang.String | getDefaultCharset()
throw new NotImplementedException();
|
public java.lang.String | getDefaultCharset(boolean checkImplicit)
throw new NotImplementedException();
|
public org.eclipse.core.resources.IFile | getFile(java.lang.String name)
throw new NotImplementedException();
|
public org.eclipse.core.resources.IFile | getFile(org.eclipse.core.runtime.IPath path)
throw new NotImplementedException();
|
public java.lang.String | getFileExtension()
throw new NotImplementedException();
|
public org.eclipse.core.resources.IFolder | getFolder(java.lang.String name)
throw new NotImplementedException();
|
public org.eclipse.core.resources.IFolder | getFolder(org.eclipse.core.runtime.IPath path)
throw new NotImplementedException();
|
public org.eclipse.core.runtime.IPath | getFullPath()
throw new NotImplementedException();
|
public long | getLocalTimeStamp()
throw new NotImplementedException();
|
public org.eclipse.core.runtime.IPath | getLocation()
throw new NotImplementedException();
|
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 org.eclipse.core.resources.IResource[] | members(boolean includePhantoms)
throw new NotImplementedException();
|
public org.eclipse.core.resources.IResource[] | members(int memberFlags)
throw new NotImplementedException();
|
public org.eclipse.core.resources.IResource[] | members()
return mMembers;
|
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 | setDefaultCharset(java.lang.String charset)
throw new NotImplementedException();
|
public void | setDefaultCharset(java.lang.String charset, 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();
|