edu.ucla.util.code
Class JDKCompile

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

public class JDKCompile
extends JDKToolScript
implements Script

Since:
032405
Author:
Keith Cascio

Field Summary
 
Fields inherited from class JDKToolScript
STR_CHMOD, STR_CHMOD_ARG1
 
Constructor Summary
JDKCompile()
           
 
Method Summary
 String[] getCommandArray(ScriptGenius genius, SystemSoftwareSource source)
           
 String getDefaultFileName()
           
 String getDescriptionComment()
           
 String getName()
           
 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
 

Constructor Detail

JDKCompile

public JDKCompile()
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


Copyright 2010 UCLA Automated Reasoning Group