Searched defs:supportedOptions (Results 1 - 25 of 44) sorted by relevance

12

/openjdk7/langtools/test/tools/apt/lib/
H A DTestProcessorFactory.java39 public Collection<String> supportedOptions() { method in class:TestProcessorFactory
/openjdk7/langtools/src/share/classes/com/sun/mirror/apt/
H A DAnnotationProcessorFactory.java74 Collection<String> supportedOptions(); method in interface:AnnotationProcessorFactory
/openjdk7/langtools/test/tools/apt/Basics/
H A DFreshnessApf.java47 private static final Collection<String> supportedOptions = emptySet(); field in class:FreshnessApf
53 public Collection<String> supportedOptions() { method in class:FreshnessApf
54 return supportedOptions;
H A DNullAPF.java53 public Collection<String> supportedOptions() { method in class:NullAPF
H A DTestGetPackageApf.java47 private static final Collection<String> supportedOptions = emptySet(); field in class:TestGetPackageApf
53 public Collection<String> supportedOptions() { method in class:TestGetPackageApf
54 return supportedOptions;
H A DTestGetTypeDeclarationApf.java47 private static final Collection<String> supportedOptions = emptySet(); field in class:TestGetTypeDeclarationApf
53 public Collection<String> supportedOptions() { method in class:TestGetTypeDeclarationApf
54 return supportedOptions;
/openjdk7/langtools/test/tools/apt/Compile/
H A DErrorAPF.java64 static Collection<String> supportedOptions; field in class:ErrorAPF
67 supportedOptions = unmodifiableCollection(Arrays.asList(options));
70 public Collection<String> supportedOptions() { method in class:ErrorAPF
71 return supportedOptions;
H A DStaticApf.java48 private static final Collection<String> supportedOptions = emptySet(); field in class:StaticApf
54 public Collection<String> supportedOptions() { method in class:StaticApf
55 return supportedOptions;
H A DWarnAPF.java90 static final Collection<String> supportedOptions; field in class:WarnAPF
93 supportedOptions = unmodifiableCollection(Arrays.asList(options));
95 public Collection<String> supportedOptions() {return supportedOptions;} method in class:WarnAPF
H A DClassDeclApf.java50 private static final Collection<String> supportedOptions = emptySet(); field in class:ClassDeclApf
56 public Collection<String> supportedOptions() { method in class:ClassDeclApf
57 return supportedOptions;
H A DClassDeclApf2.java50 private static final Collection<String> supportedOptions = emptySet(); field in class:ClassDeclApf2
56 public Collection<String> supportedOptions() { method in class:ClassDeclApf2
57 return supportedOptions;
H A DRound1Apf.java48 private static final Collection<String> supportedOptions = emptySet(); field in class:Round1Apf
54 public Collection<String> supportedOptions() { method in class:Round1Apf
55 return supportedOptions;
H A DRound2Apf.java49 private static final Collection<String> supportedOptions = emptySet(); field in class:Round2Apf
55 public Collection<String> supportedOptions() { method in class:Round2Apf
56 return supportedOptions;
H A DRound3Apf.java46 private static final Collection<String> supportedOptions = emptySet(); field in class:Round3Apf
52 public Collection<String> supportedOptions() { method in class:Round3Apf
53 return supportedOptions;
/openjdk7/langtools/test/tools/apt/Discovery/
H A DDee.java50 static Collection<String> supportedOptions; field in class:Dee
53 supportedOptions = Collections.unmodifiableCollection(Arrays.asList(options));
56 public Collection<String> supportedOptions() { method in class:Dee
57 return supportedOptions;
H A DDum.java50 static Collection<String> supportedOptions; field in class:Dum
53 supportedOptions = Collections.unmodifiableCollection(Arrays.asList(options));
56 public Collection<String> supportedOptions() { method in class:Dum
57 return supportedOptions;
H A DPhantomTouch.java70 static final Collection<String> supportedOptions; field in class:PhantomTouch
75 supportedOptions = Collections.unmodifiableCollection(Arrays.asList(options));
82 public Collection<String> supportedOptions() {return supportedOptions;} method in class:PhantomTouch
H A DTouch.java94 static Collection<String> supportedOptions; field in class:Touch
97 supportedOptions = Collections.unmodifiableCollection(Arrays.asList(options));
100 public Collection<String> supportedOptions() { method in class:Touch
101 return supportedOptions;
/openjdk7/langtools/test/tools/apt/Misc/
H A DMisc.java65 Collection<String> supportedOptions = field in class:Misc
68 public Collection<String> supportedOptions() { method in class:Misc
69 return supportedOptions;
/openjdk7/langtools/test/tools/apt/Options/
H A DOptionChecker.java86 static Collection<String> supportedOptions; field in class:OptionChecker
89 supportedOptions = Collections.unmodifiableCollection(Arrays.asList(options));
92 public Collection<String> supportedOptions() { method in class:OptionChecker
93 return supportedOptions;
/openjdk7/jdk/src/share/classes/java/nio/channels/
H A DNetworkChannel.java159 Set<SocketOption<?>> supportedOptions(); method in interface:NetworkChannel
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/istack/internal/ws/
H A DAnnotationProcessorFactoryImpl.java51 static final Collection<String> supportedOptions = Collections.unmodifiableSet(new HashSet<String>()); field in class:AnnotationProcessorFactoryImpl
86 public Collection<String> supportedOptions() { method in class:AnnotationProcessorFactoryImpl
87 return supportedOptions;
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/jxc/apt/
H A DAnnotationProcessorFactoryImpl.java44 public Collection<String> supportedOptions() { method in class:AnnotationProcessorFactoryImpl
H A DSchemaGenerator.java83 public Collection<String> supportedOptions() { method in class:SchemaGenerator
/openjdk7/langtools/src/share/classes/com/sun/tools/apt/comp/
H A DBootstrapAPF.java35 static final Collection<String> supportedOptions = field in class:BootstrapAPF
47 public Collection<String> supportedOptions() { method in class:BootstrapAPF
48 return BootstrapAPF.supportedOptions;

Completed in 501 milliseconds

12