org.netbeans.api.java.classpath/1 1.29.1

org.netbeans.spi.java.queries
Interface SourceForBinaryQueryImplementation2.Result

All Superinterfaces:
SourceForBinaryQuery.Result
Enclosing interface:
SourceForBinaryQueryImplementation2

public static interface SourceForBinaryQueryImplementation2.Result
extends SourceForBinaryQuery.Result


Method Summary
 boolean preferSources()
          When true the java model prefers sources otherwise binaries are used.
 
Methods inherited from interface org.netbeans.api.java.queries.SourceForBinaryQuery.Result
addChangeListener, getRoots, removeChangeListener
 

Method Detail

preferSources

boolean preferSources()
When true the java model prefers sources otherwise binaries are used. Project's SourceForBinaryQueryImplementation should return true. The platform and libraries SourceForBinaryQueryImplementation should return false - the attached sources may not be complete.

Returns:
true if sources should be used by the java infrastructure
See Also:
SourceForBinaryQueryImplementation2

org.netbeans.api.java.classpath/1 1.29.1

Built on December 5 2011.  |  Portions Copyright 1997-2011 Sun Microsystems, Inc. All rights reserved.