org.codehaus.enunciate.modules
Interface ProjectTitleAware

All Superinterfaces:
DeploymentModule
All Known Subinterfaces:
DocumentationAwareModule
All Known Implementing Classes:
DocumentationDeploymentModule

public interface ProjectTitleAware
extends DeploymentModule

A deployment module that is aware of the project title.

Author:
Ryan Heaton

Method Summary
 void setTitleConditionally(java.lang.String title)
          Set the title for this project iff it hasn't already been set.
 
Methods inherited from interface org.codehaus.enunciate.modules.DeploymentModule
close, getAliases, getConfigurationRules, getName, getOrder, getValidator, init, isDisabled, step
 

Method Detail

setTitleConditionally

void setTitleConditionally(java.lang.String title)
Set the title for this project iff it hasn't already been set.

Parameters:
title - The title.