Example usage for org.eclipse.jdt.internal.compiler.tool Options processOptions

List of usage examples for org.eclipse.jdt.internal.compiler.tool Options processOptions

Introduction

In this page you can find the example usage for org.eclipse.jdt.internal.compiler.tool Options processOptions.

Prototype

public static int processOptions(String option) 

Source Link

Usage

From source file:com.wavemaker.tools.compiler.WaveMakerJavaCompiler.java

License:Open Source License

@Override
public int isSupportedOption(String option) {
    return Options.processOptions(option);
}