be.lassi.web
Class LicenseNotice
java.lang.Object
be.lassi.web.LicenseNotice
public class LicenseNotice
- extends java.lang.Object
Helper tool to write the copyright notice at the start
of each Java source file in this project. The notice is
read from the top of this file (contents until the line
starting with "package"). This notice is replacing
anything above the line starting with "package" in all
Java source files in this project.
Method Summary |
static void |
main(java.lang.String[] args)
Writes the copyright notice. |
void |
refresh()
Refreshes the copyright notice. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LicenseNotice
public LicenseNotice()
main
public static void main(java.lang.String[] args)
throws java.io.IOException
- Writes the copyright notice.
- Parameters:
args
- command line arguments (ignored).
- Throws:
java.io.IOException
- if problem
refresh
public void refresh()
throws java.io.IOException
- Refreshes the copyright notice.
- Throws:
java.io.IOException