org.glassfish.copyright
Class JspCopyright

java.lang.Object
  extended by org.glassfish.copyright.AbstractCopyright
      extended by org.glassfish.copyright.CommonCopyright
          extended by org.glassfish.copyright.JspCopyright

public class JspCopyright
extends CommonCopyright


Field Summary
 
Fields inherited from class org.glassfish.copyright.CommonCopyright
blankLines, commentEnd, commentPrefix, commentStart, movePreamble
 
Fields inherited from class org.glassfish.copyright.AbstractCopyright
allrights, c, licensor, thisYear, ypat
 
Constructor Summary
JspCopyright(Copyright c)
           
 
Method Summary
protected  boolean supports(File file)
          Is this a JSP file?
 
Methods inherited from class org.glassfish.copyright.CommonCopyright
isPreamble, readComment, replaceCopyright, toComment, updateCopyright
 
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
 

Constructor Detail

JspCopyright

public JspCopyright(Copyright c)
Method Detail

supports

protected boolean supports(File file)
Is this a JSP file?

Specified by:
supports in class AbstractCopyright


Copyright © 2012 GlassFish Community. All Rights Reserved.