org.jcoderz.guidelines
Class JavaCodeSnippets
java.lang.Object
org.jcoderz.guidelines.JavaCodeSnippets
public final class JavaCodeSnippets
- extends Object
Cuts code samples out of java classes.
- Author:
- mgriffel
|
Method Summary |
static void |
main(String[] args)
Main method. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JavaCodeSnippets
public JavaCodeSnippets()
main
public static void main(String[] args)
throws IOException
- Main method.
- Parameters:
args - program args.
- Throws:
IOException - File not found, read error.
Copyright 2007 The jCoderZ Project.