Overview  Package   Class  Tree  Index 

be.lassi.web
Class LicenseNotice

java.lang.Object
  extended by 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.


Constructor Summary
LicenseNotice()
           
 
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
 

Constructor Detail

LicenseNotice

public LicenseNotice()
Method Detail

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

Overview  Package   Class  Tree  Index 
Lighting Assistant 1.2