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 | build(int kind, org.eclipse.core.runtime.IProgressMonitor monitor)
// pass
|
public void | build(int kind, java.lang.String builderName, java.util.Map args, org.eclipse.core.runtime.IProgressMonitor monitor)
// pass
|
public void | clearHistory(org.eclipse.core.runtime.IProgressMonitor monitor)
throw new NotImplementedException();
|
public void | close(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(org.eclipse.core.resources.IProjectDescription description, int updateFlags, org.eclipse.core.runtime.IProgressMonitor monitor)
throw new NotImplementedException();
|
public void | create(org.eclipse.core.runtime.IProgressMonitor monitor)
throw new NotImplementedException();
|
public void | create(org.eclipse.core.resources.IProjectDescription description, 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 deleteContent, boolean force, 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 org.eclipse.core.runtime.content.IContentTypeMatcher | getContentTypeMatcher()
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.IProjectDescription | getDescription()
throw new NotImplementedException();
|
public org.eclipse.core.resources.IFile | getFile(org.eclipse.core.runtime.IPath path)
throw new NotImplementedException();
|
public org.eclipse.core.resources.IFile | getFile(java.lang.String name)
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()
throw new NotImplementedException();
|
public org.eclipse.core.resources.IProjectNature | getNature(java.lang.String natureId)
throw new NotImplementedException();
|
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.runtime.IPath | getPluginWorkingLocation(org.eclipse.core.runtime.IPluginDescriptor plugin)
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.IProject[] | getReferencedProjects()
throw new NotImplementedException();
|
public org.eclipse.core.resources.IProject[] | getReferencingProjects()
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.runtime.IPath | getWorkingLocation(java.lang.String id)
throw new NotImplementedException();
|
public org.eclipse.core.resources.IWorkspace | getWorkspace()
throw new NotImplementedException();
|
public boolean | hasNature(java.lang.String natureId)
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(int options)
throw new NotImplementedException();
|
public boolean | isDerived()
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 | isNatureEnabled(java.lang.String natureId)
throw new NotImplementedException();
|
public boolean | isOpen()
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(int options)
throw new NotImplementedException();
|
public boolean | isTeamPrivateMember()
throw new NotImplementedException();
|
public org.eclipse.core.resources.IResource[] | members()
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 void | move(org.eclipse.core.resources.IProjectDescription description, boolean force, 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 | open(org.eclipse.core.runtime.IProgressMonitor monitor)
throw new NotImplementedException();
|
public void | open(int updateFlags, 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 | setDescription(org.eclipse.core.resources.IProjectDescription description, org.eclipse.core.runtime.IProgressMonitor monitor)
throw new NotImplementedException();
|
public void | setDescription(org.eclipse.core.resources.IProjectDescription description, int updateFlags, org.eclipse.core.runtime.IProgressMonitor monitor)
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();
|