Searched refs:unmatchedProcessorOptions (Results 1 - 1 of 1) sorted by relevance

/openjdk7/langtools/src/share/classes/com/sun/tools/javac/processing/
H A DJavacProcessingEnvironment.java128 private final Set<String> unmatchedProcessorOptions; field in class:JavacProcessingEnvironment
186 unmatchedProcessorOptions = initUnmatchedProcessorOptions();
493 Set<String> unmatchedProcessorOptions = new HashSet<String>();
494 unmatchedProcessorOptions.addAll(processorOptions.keySet());
495 return unmatchedProcessorOptions;
578 public void removeSupportedOptions(Set<String> unmatchedProcessorOptions) { argument
579 unmatchedProcessorOptions.removeAll(supportedOptionNames);
724 ps.removeSupportedOptions(unmatchedProcessorOptions);
1242 if (!unmatchedProcessorOptions.isEmpty()) {
1243 log.warning("proc.unmatched.processor.options", unmatchedProcessorOptions
[all...]

Completed in 32 milliseconds