edu.ucla.util.code
Class ClassModule

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

public class ClassModule
extends SoftwareEntity

Since:
032405
Author:
Keith Cascio

Constructor Summary
ClassModule(String jarname, String classname, String descriptionshort, String descriptionverbose)
           
 
Method Summary
 String getClassName()
           
static ClassModule getInflibModule()
           
 String getJarName()
           
 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
 

Constructor Detail

ClassModule

public ClassModule(String jarname,
                   String classname,
                   String descriptionshort,
                   String descriptionverbose)
Method Detail

getInflibModule

public static ClassModule getInflibModule()

getJarName

public String getJarName()

getClassName

public String getClassName()

guessLocation

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


Copyright 2010 UCLA Automated Reasoning Group