Package org.apache.maven.plugin.compiler
Class DeltaList<E>
java.lang.Object
org.apache.maven.plugin.compiler.DeltaList<E>
Show the modifications between two lists.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) Collection
<E> getAdded()
(package private) Collection
<E> (package private) boolean
-
Field Details
-
added
-
removed
-
hasChanged
private final boolean hasChanged
-
-
Constructor Details
-
DeltaList
DeltaList(Collection<E> oldList, Collection<E> newList)
-
-
Method Details
-
getAdded
Collection<E> getAdded() -
getRemoved
Collection<E> getRemoved() -
hasChanged
boolean hasChanged()
-