Class DefaultNamingPolicy
- java.lang.Object
-
- org.apache.maven.shared.release.policies.DefaultNamingPolicy
-
- All Implemented Interfaces:
NamingPolicy
@Component(role=NamingPolicy.class, hint="default") public class DefaultNamingPolicy extends java.lang.Object implements NamingPolicy
- Since:
- 3.0.0
-
-
Constructor Summary
Constructors Constructor Description DefaultNamingPolicy()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description NamingPolicyResult
getName(NamingPolicyRequest request)
Calculation of the name used for branching or tagging.
-
-
-
Method Detail
-
getName
public NamingPolicyResult getName(NamingPolicyRequest request) throws PolicyException
Description copied from interface:NamingPolicy
Calculation of the name used for branching or tagging.- Specified by:
getName
in interfaceNamingPolicy
- Throws:
PolicyException
-
-