Package org.wildfly.prospero.updates
Class UpdateSet
- java.lang.Object
-
- org.wildfly.prospero.updates.UpdateSet
-
public class UpdateSet extends Object
-
-
Constructor Summary
Constructors Constructor Description UpdateSet(List<ArtifactChange> updates)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<ArtifactChange>getArtifactUpdates()booleanisEmpty()
-
-
-
Field Detail
-
EMPTY
public static final UpdateSet EMPTY
-
-
Constructor Detail
-
UpdateSet
public UpdateSet(List<ArtifactChange> updates)
-
-
Method Detail
-
getArtifactUpdates
public List<ArtifactChange> getArtifactUpdates()
-
isEmpty
public boolean isEmpty()
-
-