Impl
Class CTest

java.lang.Object
  extended by Impl.CTest

public class CTest
extends java.lang.Object

Test implementation class


Constructor Summary
CTest()
           
 
Method Summary
 int add(int a, int b)
           
static boolean system(java.lang.String cmd)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CTest

public CTest()
Method Detail

system

public static boolean system(java.lang.String cmd)

add

public int add(int a,
               int b)

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object