public interface Updater
| Modifier and Type | Method and Description |
|---|---|
void |
addVersionChangesFromSource(CommandContext context,
Dependencies dependencyConfig,
List<DependencyVersionChange> list) |
KindDependenciesCheck |
checkDependencies(CommandContext context,
List<DependencyVersionChange> value) |
boolean |
isApplicable(CommandContext context) |
boolean |
pullVersions(CommandContext context) |
boolean |
pushVersions(CommandContext parentContext,
List<DependencyVersionChange> changes) |
boolean |
pushVersions(PushVersionChangesContext context) |
boolean isApplicable(CommandContext context)
boolean pushVersions(PushVersionChangesContext context) throws IOException
IOExceptionvoid addVersionChangesFromSource(CommandContext context, Dependencies dependencyConfig, List<DependencyVersionChange> list) throws IOException
IOExceptionboolean pullVersions(CommandContext context) throws IOException
IOExceptionKindDependenciesCheck checkDependencies(CommandContext context, List<DependencyVersionChange> value)
boolean pushVersions(CommandContext parentContext, List<DependencyVersionChange> changes) throws IOException
IOExceptionCopyright © 2076–2017 Red Hat. All rights reserved.