Package org.apache.maven.plugin.compiler
Class DeltaList<E>
- java.lang.Object
-
- org.apache.maven.plugin.compiler.DeltaList<E>
-
final class DeltaList<E> extends java.lang.Object
Show the modifications between two lists.
-
-
Field Summary
Fields Modifier and Type Field Description private java.util.List<E>
added
private boolean
hasChanged
private java.util.List<E>
removed
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) java.util.Collection<E>
getAdded()
(package private) java.util.Collection<E>
getRemoved()
(package private) boolean
hasChanged()
-