|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IChangeHandler
General interface for the delta resource handlers.
Method Summary | |
---|---|
java.util.List<org.eclipse.uml2.uml.Element> |
add(org.eclipse.core.resources.IResource resource)
Calls add(IResource, boolean) with forceCreate set to true. |
java.util.List<org.eclipse.uml2.uml.Element> |
add(org.eclipse.core.resources.IResource resource,
boolean forceCreate)
This method is called when a resource is added and propagates the element to the UML Model. |
java.util.List<org.eclipse.uml2.uml.Element> |
add(java.lang.String absoluteName)
Propagates a given Element from source to UML level. |
void |
change(org.eclipse.core.resources.IResource resource)
When a resource has changed this method is called. |
void |
remove(org.eclipse.core.resources.IResource resource)
When a resource is removed this method is called. |
void |
rename(org.eclipse.core.resources.IResource resource,
org.eclipse.core.runtime.IPath oldPath)
When a resource has been renamed this method is called. |
Method Detail |
---|
java.util.List<org.eclipse.uml2.uml.Element> add(org.eclipse.core.resources.IResource resource)
add(IResource, boolean)
with forceCreate set to true.
resource
-
java.util.List<org.eclipse.uml2.uml.Element> add(org.eclipse.core.resources.IResource resource, boolean forceCreate)
resource
- The resource to add, should be an
IFile
.forceCreate
- True, if it's sure that this isn't already in the model, false
otherwise.
add(IResource)
.java.util.List<org.eclipse.uml2.uml.Element> add(java.lang.String absoluteName)
absoluteName
- absolute name of the element
void remove(org.eclipse.core.resources.IResource resource)
void change(org.eclipse.core.resources.IResource resource)
#rename()
.
void rename(org.eclipse.core.resources.IResource resource, org.eclipse.core.runtime.IPath oldPath)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |