Uses of Class
org.wildfly.prospero.api.FeatureChange
-
Packages that use FeatureChange Package Description org.wildfly.prospero.api org.wildfly.prospero.installation.git -
-
Uses of FeatureChange in org.wildfly.prospero.api
Methods in org.wildfly.prospero.api that return types with arguments of type FeatureChange Modifier and Type Method Description List<FeatureChange>InstallationChanges. getFeatureChanges() -
Uses of FeatureChange in org.wildfly.prospero.installation.git
Methods in org.wildfly.prospero.installation.git that return types with arguments of type FeatureChange Modifier and Type Method Description List<FeatureChange>GitStorage. getFeatureChanges(SavedState latestState)List<FeatureChange>GitStorage. getFeatureChangesSince(SavedState latestState)
-