edu.ucla.util.code
Interface SystemSoftwareSource

All Known Implementing Classes:
GuessingSource

public interface SystemSoftwareSource

Since:
032405
Author:
Keith Cascio

Method Summary
 File getClasspath(ClassModule module)
           
 File getExecutablePath(JDKTool tool)
           
 File getPath(SoftwareEntity entity)
           
 

Method Detail

getPath

File getPath(SoftwareEntity entity)
             throws Exception
Throws:
Exception

getClasspath

File getClasspath(ClassModule module)
                  throws Exception
Throws:
Exception

getExecutablePath

File getExecutablePath(JDKTool tool)
                       throws Exception
Throws:
Exception


Copyright 2010 UCLA Automated Reasoning Group