org.kohsuke.youdebug
Class YouDebug

java.lang.Object
  extended by org.kohsuke.youdebug.YouDebug

public class YouDebug
extends Object

Entry point.


Field Summary
 int debugLevel
           
 int pid
           
 String remote
           
 File script
           
 File toolsJar
           
 
Constructor Summary
YouDebug()
           
 
Method Summary
static void main(String[] args)
           
 int run()
           
 void setDebugLevel(boolean b)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

pid

public int pid

remote

public String remote

toolsJar

public File toolsJar

script

public File script

debugLevel

public int debugLevel
Constructor Detail

YouDebug

public YouDebug()
Method Detail

setDebugLevel

public void setDebugLevel(boolean b)

main

public static void main(String[] args)
                 throws Exception
Throws:
Exception

run

public int run()
        throws Exception
Throws:
Exception


Copyright © 2013. All rights reserved.