def.configuration
Class App

java.lang.Object
  extended bydef.configuration.App

public class App
extends Object

This is a sample class used for testing

Author:
Maria Odea Ching

Constructor Summary
App()
           
 
Method Summary
static void main(String[] args)
          The main method
protected  void sampleMethod(String str)
          Sample method
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

App

public App()
Method Detail

main

public static void main(String[] args)
The main method

Parameters:
args - an array of strings that contains the arguments

sampleMethod

protected void sampleMethod(String str)
Sample method

Parameters:
str - the value to be displayed