org.codehaus.mojo.license.header.transformer
Class JavaFileHeaderTransformer
java.lang.Object
org.codehaus.mojo.license.header.transformer.AbstractFileHeaderTransformer
org.codehaus.mojo.license.header.transformer.JavaFileHeaderTransformer
- All Implemented Interfaces:
- FileHeaderTransformer
public class JavaFileHeaderTransformer
- extends AbstractFileHeaderTransformer
Implementation of FileHeaderTransformer for java format.
- Since:
- 1.0
- Author:
- tchemit
| Methods inherited from class org.codehaus.mojo.license.header.transformer.AbstractFileHeaderTransformer |
addHeader, boxComment, boxProcessTag, getCommentEndTag, getCommentLinePrefix, getCommentStartTag, getDescription, getName, getProcessEndTag, getProcessStartTag, getSectionDelimiter, isCopyrightEquals, isDescriptionEquals, isLicenseEquals, removeSpaces, setCommentEndTag, setCommentLinePrefix, setCommentStartTag, setDescription, setName, setProcessEndTag, setProcessStartTag, setSectionDelimiter, toFileHeader, toHeaderContent, toString, unboxComent, unboxProcessTag |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NAME
public static final String NAME
- See Also:
- Constant Field Values
DESCRIPTION
public static final String DESCRIPTION
- See Also:
- Constant Field Values
COMMENT_LINE_PREFIX
public static final String COMMENT_LINE_PREFIX
- See Also:
- Constant Field Values
COMMENT_START_TAG
public static final String COMMENT_START_TAG
- See Also:
- Constant Field Values
COMMENT_END_TAG
public static final String COMMENT_END_TAG
- See Also:
- Constant Field Values
JavaFileHeaderTransformer
public JavaFileHeaderTransformer()
getDefaultAcceptedExtensions
public String[] getDefaultAcceptedExtensions()
- Description copied from interface:
FileHeaderTransformer
- Get the default accepted extensions for this transformer.
- Returns:
- the default accepted extensions.
Copyright © 2010-2012 The Kuali Foundation. All Rights Reserved.