org.jboss.jdocbook.render.format
Interface TargetNamingStrategy


public interface TargetNamingStrategy

Strategy for naming target files based on the source file.

Author:
Steve Ebersole

Method Summary
 java.lang.String determineTargetFileName(java.io.File source)
          Give a source file, determine the appropriate target file name.
 

Method Detail

determineTargetFileName

java.lang.String determineTargetFileName(java.io.File source)
Give a source file, determine the appropriate target file name.

Parameters:
source - The source file.
Returns:
The target file name.


Copyright © 2007-2010 JBoss, a division of Red Hat, Inc. All Rights Reserved.