Class CompilerOptionsQueryImpl

java.lang.Object
org.praxislive.ide.code.CompilerOptionsQueryImpl
All Implemented Interfaces:
org.netbeans.spi.java.queries.CompilerOptionsQueryImplementation

public class CompilerOptionsQueryImpl extends Object implements org.netbeans.spi.java.queries.CompilerOptionsQueryImplementation
  • Nested Class Summary

    Nested classes/interfaces inherited from interface org.netbeans.spi.java.queries.CompilerOptionsQueryImplementation

    org.netbeans.spi.java.queries.CompilerOptionsQueryImplementation.Result
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.netbeans.spi.java.queries.CompilerOptionsQueryImplementation.Result
    getOptions(org.openide.filesystems.FileObject file)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • CompilerOptionsQueryImpl

      public CompilerOptionsQueryImpl()
  • Method Details

    • getOptions

      public org.netbeans.spi.java.queries.CompilerOptionsQueryImplementation.Result getOptions(org.openide.filesystems.FileObject file)
      Specified by:
      getOptions in interface org.netbeans.spi.java.queries.CompilerOptionsQueryImplementation