org.glassfish.copyright
Class XmlCopyright
java.lang.Object
org.glassfish.copyright.AbstractCopyright
org.glassfish.copyright.CommonCopyright
org.glassfish.copyright.XmlCopyright
public class XmlCopyright
- extends CommonCopyright
|
Method Summary |
protected boolean |
isPreamble(String line)
Should this line be allowed before the first comment line? |
protected boolean |
supports(File file)
Is this an XML file? |
| Methods inherited from class org.glassfish.copyright.AbstractCopyright |
addCopyrightDate, checkCopyright, copy, err, findPrefix, fixCopyright, isModified, lastChanged, matches, repair, startsWith, startsWith, strip, warnCopyright, writeCopyright |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
XmlCopyright
public XmlCopyright(Copyright c)
supports
protected boolean supports(File file)
- Is this an XML file?
- Specified by:
supports in class AbstractCopyright
isPreamble
protected boolean isPreamble(String line)
- Description copied from class:
CommonCopyright
- Should this line be allowed before the first comment line?
- Overrides:
isPreamble in class CommonCopyright
Copyright © 2013 GlassFish Community. All Rights Reserved.