org.codehaus.mojo.license.header
Interface FileHeaderProcessorConfiguration

All Known Implementing Classes:
UpdateFileHeaderMojo

public interface FileHeaderProcessorConfiguration

Contract of required configuration of the FileHeaderProcessor.

Since:
1.0
Author:
tchemit

Method Summary
 FileHeader getFileHeader()
           
 org.apache.maven.plugin.logging.Log getLog()
           
 FileHeaderTransformer getTransformer()
           
 

Method Detail

getLog

org.apache.maven.plugin.logging.Log getLog()
Returns:
mojo logger

getFileHeader

FileHeader getFileHeader()
Returns:
the current file header to use

getTransformer

FileHeaderTransformer getTransformer()
Returns:
the current file transformer to use


Copyright © 2010-2012 The Kuali Foundation. All Rights Reserved.