edu.ucla.util.code
Class JDKTool

Object
  extended by SoftwareEntity
      extended by JDKTool
All Implemented Interfaces:
Comparable

public class JDKTool
extends SoftwareEntity

Since:
032405
Author:
Keith Cascio

Field Summary
static int INT_DEPTH_ABANDON
           
 
Constructor Summary
JDKTool(String name, String descriptionshort, String descriptionverbose)
           
 
Method Summary
static JDKTool getJavacTool()
           
static JDKTool getJavaTool()
           
 String getName()
           
static ParanoidFileFinder getParanoidFileFinder()
           
 File guessLocation()
           
 
Methods inherited from class SoftwareEntity
appendHint, compareTo, getDescriptionShort, getDescriptionVerbose, getHints, getPath, guessLocationIfNecessary, isGuess, setPath
 
Methods inherited from class Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

INT_DEPTH_ABANDON

public static final int INT_DEPTH_ABANDON
See Also:
Constant Field Values
Constructor Detail

JDKTool

public JDKTool(String name,
               String descriptionshort,
               String descriptionverbose)
Method Detail

getJavacTool

public static JDKTool getJavacTool()

getJavaTool

public static JDKTool getJavaTool()

getName

public String getName()

guessLocation

public File guessLocation()
                   throws Exception
Overrides:
guessLocation in class SoftwareEntity
Throws:
Exception

getParanoidFileFinder

public static ParanoidFileFinder getParanoidFileFinder()


Copyright 2010 UCLA Automated Reasoning Group