org.eclipse.jet.compiler
Class CompileOptionsManager

java.lang.Object
  extended byorg.eclipse.jet.compiler.CompileOptionsManager

public class CompileOptionsManager
extends Object

A singleton that managers JET project compile options.


Method Summary
static CompileOptionsManager getInstance()
           
static Map getOptions(IProject project)
           
 Map getOptionsForProject(IProject project)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

public static CompileOptionsManager getInstance()

getOptionsForProject

public Map getOptionsForProject(IProject project)

getOptions

public static Map getOptions(IProject project)

Copyright 2006 IBM Corporation and others.
All Rights Reserved.