edu.ucla.util.code
Class JDKRun

Object
  extended by JDKToolScript
      extended by JDKRun
All Implemented Interfaces:
Script

public class JDKRun
extends JDKToolScript
implements Script

Since:
032405
Author:
Keith Cascio

Nested Class Summary
static class JDKRun.CompiledClassInfo
           
 
Field Summary
static String REGEX_JAVA_SOURCE_PATH
           
static String SEP
           
 
Fields inherited from class JDKToolScript
STR_CHMOD, STR_CHMOD_ARG1
 
Constructor Summary
JDKRun()
           
 
Method Summary
 String[] getCommandArray(ScriptGenius genius, SystemSoftwareSource source)
           
 String getDefaultFileName()
           
 String getDescriptionComment()
           
 String getName()
           
static Pattern getPathPattern()
           
 String getUsage()
           
 String getUsageExample()
           
 
Methods inherited from class JDKToolScript
exec, flatten, getCommand, getDependencies, isResolved, isResolved, toString, write, write
 
Methods inherited from class Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface Script
exec, getDependencies, isResolved, isResolved, write, write
 

Field Detail

SEP

public static final String SEP

REGEX_JAVA_SOURCE_PATH

public static final String REGEX_JAVA_SOURCE_PATH
Constructor Detail

JDKRun

public JDKRun()
Method Detail

getName

public String getName()
Specified by:
getName in interface Script

getDescriptionComment

public String getDescriptionComment()
Specified by:
getDescriptionComment in interface Script

getUsage

public String getUsage()
Specified by:
getUsage in interface Script

getUsageExample

public String getUsageExample()
Specified by:
getUsageExample in interface Script

getDefaultFileName

public String getDefaultFileName()
Specified by:
getDefaultFileName in interface Script

getCommandArray

public String[] getCommandArray(ScriptGenius genius,
                                SystemSoftwareSource source)
                         throws Exception
Specified by:
getCommandArray in class JDKToolScript
Throws:
Exception

getPathPattern

public static Pattern getPathPattern()
Since:
040105


Copyright 2010 UCLA Automated Reasoning Group