org.globus.cog.abstraction.examples.etc
Class CogInfo

java.lang.Object
  extended byorg.globus.cog.abstraction.examples.etc.CogInfo

public class CogInfo
extends Object


Constructor Summary
CogInfo()
           
 
Method Summary
 void all()
           
 void ant()
           
 void env()
           
 void java()
           
static void main(String[] args)
           
 void os()
           
 void providers()
           
 void user()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CogInfo

public CogInfo()
Method Detail

all

public void all()
         throws Exception
Throws:
Exception

os

public void os()

user

public void user()

java

public void java()
          throws Exception
Throws:
Exception

ant

public void ant()
         throws Exception
Throws:
Exception

providers

public void providers()
               throws Exception
Throws:
Exception

env

public void env()
         throws Exception
Throws:
Exception

main

public static void main(String[] args)