com.ibm.wala.eclipse.util
Class HeadlessUtil

java.lang.Object
  extended by com.ibm.wala.eclipse.util.HeadlessUtil

public class HeadlessUtil
extends java.lang.Object


Constructor Summary
HeadlessUtil()
           
 
Method Summary
static AnalysisScope computeScope(java.lang.String projectName)
          compute the analysis scope for a project in the current workspace
static java.util.Properties parseCommandLine(java.lang.String[] cmdLine)
          create a Properties object representing the properties set by the command line args.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HeadlessUtil

public HeadlessUtil()
Method Detail

parseCommandLine

public static java.util.Properties parseCommandLine(java.lang.String[] cmdLine)
create a Properties object representing the properties set by the command line args. if args[i] is "-foo" and args[i+1] is "bar", then the result will define a property with key "foo" and value "bar"


computeScope

public static AnalysisScope computeScope(java.lang.String projectName)
compute the analysis scope for a project in the current workspace