org.codehaus.mojo.pomtools.wrapper.modify
Interface Modifiable
- All Known Implementing Classes:
- AbstractModifiableObject, ListWrapper, ModifiableList, ModifiableListIterator, ObjectWrapper, PomToolsPluginContext, ProjectWrapper, PropertiesWrapper, PropertyWrapper, StringValueWrapper
public interface Modifiable
Interface to represent an object which supports modification.
Allows for chaining of Modifiable objects so that a parent object
will know when a child has been modified.
- Version:
- $Id: Modifiable.java 2166 2006-07-18 21:32:16Z carlos $
- Author:
- David Hawkins
isModified
boolean isModified()
setModified
void setModified(boolean modified)
addChild
Modifiable addChild(Modifiable chile)
Copyright © 2011 The Codehaus. All Rights Reserved.