|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jupe.editors.classdiagram.JupeResourceDeltaVisitor
public class JupeResourceDeltaVisitor
Visitor for resource deltas.
Constructor Summary | |
---|---|
JupeResourceDeltaVisitor(org.eclipse.core.resources.IFile checkFile)
Constructor |
Method Summary | |
---|---|
org.eclipse.core.runtime.IPath |
getReplacedPath()
Method returns path of replaced resource or null
otherwise. |
boolean |
hasFileAdded()
Method returns true if file to check has been added. |
boolean |
hasFileChanged()
Method returns true if file to check has been changed. |
boolean |
hasFileRemoved()
Method returns true if file to check has been removed. |
boolean |
hasFileReplaced()
Method returns true if file to check has been replaced. |
boolean |
visit(org.eclipse.core.resources.IResourceDelta delta)
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public JupeResourceDeltaVisitor(org.eclipse.core.resources.IFile checkFile)
checkFile
- file to check while visiting resource deltasMethod Detail |
---|
public org.eclipse.core.runtime.IPath getReplacedPath()
null
otherwise.
public boolean hasFileAdded()
true
if file to check has been added.
true
if file has been added, false
otherwisepublic boolean hasFileChanged()
true
if file to check has been changed.
true
if file has been changed, false
otherwisepublic boolean hasFileRemoved()
true
if file to check has been removed.
true
if file has been removed, false
otherwisepublic boolean hasFileReplaced()
true
if file to check has been replaced.
true
if file has been replaced, false
otherwisepublic boolean visit(org.eclipse.core.resources.IResourceDelta delta)
visit
in interface org.eclipse.core.resources.IResourceDeltaVisitor
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |