|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 |
AbstractModifiableObject.addChild(Modifiable child)
|
Modifiable |
Modifiable.addChild(Modifiable chile)
|
Methods in org.codehaus.mojo.pomtools.wrapper.modify with parameters of type Modifiable | |
---|---|
Modifiable |
AbstractModifiableObject.addChild(Modifiable child)
|
Modifiable |
Modifiable.addChild(Modifiable chile)
|
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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |