pl.edu.agh.cast.model.mapper.internal
Class XMLRemover
java.lang.Object
pl.edu.agh.cast.model.mapper.internal.AbstractRemover
pl.edu.agh.cast.model.mapper.internal.XMLRemover
- All Implemented Interfaces:
- Remover
public class XMLRemover
- extends AbstractRemover
The XML implementation of the Remover
interface.
- Author:
- AGH CAST Team
Constructor Summary |
XMLRemover(Mappable object,
org.eclipse.core.resources.IProject project)
The parameterized constructor. |
Method Summary |
boolean |
remove()
The method which removes the model. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
XMLRemover
public XMLRemover(Mappable object,
org.eclipse.core.resources.IProject project)
- The parameterized constructor.
- Parameters:
object
- The object to remove.project
- The project the object belongs to.
remove
public boolean remove()
- The method which removes the model.
- Returns:
- True if the model was removed.
- See Also:
Remover.remove()
Copyright © 2007-2009 IISG AGH-UST Krakow, Poland. All Rights Reserved.