org.eclipse.jet.compiler
Class CompileOptionsManager

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

public class CompileOptionsManager
extends java.lang.Object

A singleton that managers JET project compile options.


Method Summary
static CompileOptionsManager getInstance()
           
static java.util.Map getOptions(IProject project)
           
 java.util.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 java.util.Map getOptionsForProject(IProject project)

getOptions

public static java.util.Map getOptions(IProject project)

Copyright 2006 IBM Corporation and others.
All Rights Reserved.