org.codehaus.enunciate.modules
Interface ProjectVersionAware

All Superinterfaces:
DeploymentModule

public interface ProjectVersionAware
extends DeploymentModule

A deployment module that is aware of the project version.

Author:
Ryan Heaton

Method Summary
 void setProjectVersion(java.lang.String version)
          Set the version for this project.
 
Methods inherited from interface org.codehaus.enunciate.modules.DeploymentModule
close, getAliases, getConfigurationRules, getName, getOrder, getValidator, init, isDisabled, step
 

Method Detail

setProjectVersion

void setProjectVersion(java.lang.String version)
Set the version for this project.

Parameters:
version - The version.