Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.hsqldb.util
Class CodeSwitcher1  view CodeSwitcher1 download CodeSwitcher1.java

java.lang.Object
  extended byorg.hsqldb.util.CodeSwitcher1

public class CodeSwitcher1
extends java.lang.Object

Class declaration

Version:
1.0.0.1

Field Summary
private  boolean bAdd
           
private  boolean bRemove
           
private static int MAX_LINELENGTH
           
private static java.lang.String newLine
           
private  java.util.Vector vList
           
private  java.util.Vector vSwitches
           
private  java.util.Vector vSwitchOff
           
private  java.util.Vector vSwitchOn
           
 
Constructor Summary
(package private) CodeSwitcher1()
          Constructor declaration
 
Method Summary
(package private)  void addDir(java.lang.String path)
          Method declaration
(package private)  void addTest(java.lang.String name, int maxline)
          Method declaration
(package private)  boolean isLongline(java.lang.String s)
          Method declaration
static void main(java.lang.String[] a)
          Method declaration
(package private) static void printError(java.lang.String error)
          Method declaration
(package private)  void printSwitches()
          Method declaration
(package private)  void process()
          Method declaration
(package private)  boolean processFile(java.lang.String name)
          Method declaration
(package private)  void removeTest(java.lang.String name)
          Method declaration
(package private) static void showUsage()
          Method declaration
(package private)  int testFile(java.lang.String name)
          Method declaration
(package private)  boolean testLine(java.lang.String line)
          Method declaration
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

vList

private java.util.Vector vList

vSwitchOn

private java.util.Vector vSwitchOn

vSwitchOff

private java.util.Vector vSwitchOff

vSwitches

private java.util.Vector vSwitches

bAdd

private boolean bAdd

bRemove

private boolean bRemove

MAX_LINELENGTH

private static final int MAX_LINELENGTH
See Also:
Constant Field Values

newLine

private static final java.lang.String newLine
Constructor Detail

CodeSwitcher1

CodeSwitcher1()
Constructor declaration

Method Detail

main

public static void main(java.lang.String[] a)
Method declaration


showUsage

static void showUsage()
Method declaration


process

void process()
Method declaration


printSwitches

void printSwitches()
Method declaration


addDir

void addDir(java.lang.String path)
Method declaration


removeTest

void removeTest(java.lang.String name)
Method declaration


addTest

void addTest(java.lang.String name,
             int maxline)
Method declaration


testFile

int testFile(java.lang.String name)
Method declaration


testLine

boolean testLine(java.lang.String line)
Method declaration


isLongline

boolean isLongline(java.lang.String s)
Method declaration


processFile

boolean processFile(java.lang.String name)
Method declaration


printError

static void printError(java.lang.String error)
Method declaration