org.nuiton.license.plugin.header.transformer
Class AptFileHeaderTransformer
java.lang.Object
org.nuiton.license.plugin.header.transformer.AbstractFileHeaderTransformer
org.nuiton.license.plugin.header.transformer.AptFileHeaderTransformer
- All Implemented Interfaces:
- FileHeaderTransformer
public class AptFileHeaderTransformer
- extends AbstractFileHeaderTransformer
Implementation of FileHeaderTransformer for apt format.
- Since:
- 2.1
- Author:
- tchemit
- Plexus component:
| Methods inherited from class org.nuiton.license.plugin.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
AptFileHeaderTransformer
public AptFileHeaderTransformer()
getDefaultAcceptedExtensions
public String[] getDefaultAcceptedExtensions()
- Description copied from interface:
FileHeaderTransformer
- Get the default accepted extensions for this transformer.
- Returns:
- the default accepted extensions.
Copyright © 2008-2010 CodeLutin. All Rights Reserved.