public abstract class SelectDynamicVersionPluginBaseImpl extends ModulePluginAbstractImpl implements org.azyva.dragom.model.plugin.SelectDynamicVersionPlugin
| Constructor and Description |
|---|
SelectDynamicVersionPluginBaseImpl(org.azyva.dragom.model.Module module) |
| Modifier and Type | Method and Description |
|---|---|
protected org.azyva.dragom.model.Version |
handleReuseDynamicVersion(org.azyva.dragom.model.Version version)
Handles reusing an existing dynamic Version that was previously specified.
|
protected org.azyva.dragom.model.Version |
handleSpecificDynamicVersion(org.azyva.dragom.model.Version version)
Handles the case where a specific dynamic version is specified for the
module.
|
getModule, toStringgetNodeclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic SelectDynamicVersionPluginBaseImpl(org.azyva.dragom.model.Module module)
protected org.azyva.dragom.model.Version handleSpecificDynamicVersion(org.azyva.dragom.model.Version version)
version - Version.protected org.azyva.dragom.model.Version handleReuseDynamicVersion(org.azyva.dragom.model.Version version)
If there is no existing dynamic Version to reuse automatically, the user is asked for a dynamic Version and this Version is stored as the dynamic Version to be reused thereafter.
The user is also asked whether this Version should always or never be automatically reused, or if he should be asked again the next time.
version - Version to switch.Copyright © 2015–2016 AZYVA INC.. All rights reserved.