org.xiruss.repository.api
Interface SpecificVersionResolutionPolicy

All Superinterfaces:
RepositoryObject, ResolutionPolicy
All Known Implementing Classes:
SpecificVersionResolutionPolicyBase, SpecificVersionResolutionPolicyProxy

public interface SpecificVersionResolutionPolicy
extends ResolutionPolicy

A resolution policy that should always resolve to a specific version if that version is visible in the resolution context.


Field Summary
static java.lang.String VERSIONID_PARAM
           
 
Method Summary
 void setTargetVersion(Version targetVer)
          Sets the specific version this resolution policy should resolve to.
 
Methods inherited from interface org.xiruss.snapcm.api.ResolutionPolicy
applyPolicy, getParameter, getParams, getPolicyTypeName, initialize, setParameter
 
Methods inherited from interface org.xiruss.snapcm.api.RepositoryObject
accept, compareTo, getId, getName, getProperties, getProperty, getPropertyNames, getRepository, getType, hasProperty, initialize, isNull, setId, setName, setProperty, toString
 

Field Detail

VERSIONID_PARAM

static final java.lang.String VERSIONID_PARAM
See Also:
Constant Field Values
Method Detail

setTargetVersion

void setTargetVersion(Version targetVer)
Sets the specific version this resolution policy should resolve to.

Parameters:
targetVer -