Uses of Interface
org.codehaus.mojo.pomtools.wrapper.modify.Modifiable

Packages that use Modifiable
org.codehaus.mojo.pomtools   
org.codehaus.mojo.pomtools.wrapper   
org.codehaus.mojo.pomtools.wrapper.custom   
org.codehaus.mojo.pomtools.wrapper.modify   
 

Uses of Modifiable in org.codehaus.mojo.pomtools
 

Classes in org.codehaus.mojo.pomtools that implement Modifiable
 class PomToolsPluginContext
           
 

Uses of Modifiable in org.codehaus.mojo.pomtools.wrapper
 

Classes in org.codehaus.mojo.pomtools.wrapper that implement Modifiable
 class ListWrapper
           
 class ObjectWrapper
           
 class PropertiesWrapper
           
 class PropertyWrapper
           
 class StringValueWrapper
           
 

Constructors in org.codehaus.mojo.pomtools.wrapper with parameters of type Modifiable
ObjectWrapper(Modifiable parentModifiable, ObjectWrapper parent, java.lang.Object objectToWrap, java.lang.String name, java.lang.Class objectToWrapClass)
          Constructs an ObjectWrapper that wraps the objectToWrap.
 

Uses of Modifiable in org.codehaus.mojo.pomtools.wrapper.custom
 

Classes in org.codehaus.mojo.pomtools.wrapper.custom that implement Modifiable
 class ProjectWrapper
           
 

Constructors in org.codehaus.mojo.pomtools.wrapper.custom with parameters of type Modifiable
ProjectWrapper(Modifiable parentMod, org.apache.maven.project.MavenProject project)
           
 

Uses of Modifiable in org.codehaus.mojo.pomtools.wrapper.modify
 

Classes in org.codehaus.mojo.pomtools.wrapper.modify that implement Modifiable
 class AbstractModifiableObject
           
 class ModifiableList
          Simple wrapper for List which keeps track of the modified status
 class ModifiableListIterator
           
 

Methods in org.codehaus.mojo.pomtools.wrapper.modify that return Modifiable
 Modifiable Modifiable.addChild(Modifiable chile)
           
 Modifiable AbstractModifiableObject.addChild(Modifiable child)
           
 

Methods in org.codehaus.mojo.pomtools.wrapper.modify with parameters of type Modifiable
 Modifiable Modifiable.addChild(Modifiable chile)
           
 Modifiable AbstractModifiableObject.addChild(Modifiable child)
           
 

Constructors in org.codehaus.mojo.pomtools.wrapper.modify with parameters of type Modifiable
AbstractModifiableObject(Modifiable parent)
           
ModifiableList(Modifiable parent, java.util.List l)
           
ModifiableListIterator(Modifiable parent, java.util.ListIterator li)
           
 



Copyright © 2009 The Codehaus. All Rights Reserved.