< prev index next >

src/java.base/share/classes/module-info.java

Print this page

112     exports java.util.concurrent.atomic;
113     exports java.util.concurrent.locks;
114     exports java.util.function;
115     exports java.util.jar;
116     exports java.util.regex;
117     exports java.util.spi;
118     exports java.util.stream;
119     exports java.util.zip;
120     exports javax.crypto;
121     exports javax.crypto.interfaces;
122     exports javax.crypto.spec;
123     exports javax.net;
124     exports javax.net.ssl;
125     exports javax.security.auth;
126     exports javax.security.auth.callback;
127     exports javax.security.auth.login;
128     exports javax.security.auth.spi;
129     exports javax.security.auth.x500;
130     exports javax.security.cert;
131 
132 
133     // additional qualified exports may be inserted at build time
134     // see make/gensrc/GenModuleInfo.gmk
135 
136     exports sun.invoke.util to
137         jdk.compiler,
138         jdk.incubator.foreign;
139     exports com.sun.security.ntlm to
140         java.security.sasl;
141     exports jdk.internal to
142         java.compiler,
143         jdk.jfr,
144         jdk.compiler,
145         jdk.jshell;
146     exports jdk.internal.access to
147         java.desktop,
148         java.logging,
149         java.management,
150         java.naming,
151         java.rmi,
152         jdk.jartool,

327         jdk.crypto.ec;
328     exports sun.security.x509 to
329         jdk.crypto.ec,
330         jdk.crypto.cryptoki,
331         jdk.jartool;
332     exports sun.security.validator to
333         jdk.jartool;
334     exports sun.util.cldr to
335         jdk.jlink;
336     exports sun.util.locale.provider to
337         java.desktop,
338         jdk.jlink,
339         jdk.localedata;
340     exports sun.util.logging to
341         java.desktop,
342         java.logging,
343         java.prefs;
344     exports sun.util.resources to
345         jdk.localedata;
346 
347 
348     // the service types defined by the APIs in this module
349 
350     uses java.lang.System.LoggerFinder;
351     uses java.net.ContentHandlerFactory;
352     uses java.net.spi.URLStreamHandlerProvider;
353     uses java.nio.channels.spi.AsynchronousChannelProvider;
354     uses java.nio.channels.spi.SelectorProvider;
355     uses java.nio.charset.spi.CharsetProvider;
356     uses java.nio.file.spi.FileSystemProvider;
357     uses java.nio.file.spi.FileTypeDetector;
358     uses java.security.Provider;
359     uses java.text.spi.BreakIteratorProvider;
360     uses java.text.spi.CollatorProvider;
361     uses java.text.spi.DateFormatProvider;
362     uses java.text.spi.DateFormatSymbolsProvider;
363     uses java.text.spi.DecimalFormatSymbolsProvider;
364     uses java.text.spi.NumberFormatProvider;
365     uses java.time.chrono.AbstractChronology;
366     uses java.time.chrono.Chronology;
367     uses java.time.zone.ZoneRulesProvider;

112     exports java.util.concurrent.atomic;
113     exports java.util.concurrent.locks;
114     exports java.util.function;
115     exports java.util.jar;
116     exports java.util.regex;
117     exports java.util.spi;
118     exports java.util.stream;
119     exports java.util.zip;
120     exports javax.crypto;
121     exports javax.crypto.interfaces;
122     exports javax.crypto.spec;
123     exports javax.net;
124     exports javax.net.ssl;
125     exports javax.security.auth;
126     exports javax.security.auth.callback;
127     exports javax.security.auth.login;
128     exports javax.security.auth.spi;
129     exports javax.security.auth.x500;
130     exports javax.security.cert;
131 

132     // additional qualified exports may be inserted at build time
133     // see make/gensrc/GenModuleInfo.gmk
134 
135     exports sun.invoke.util to
136         jdk.compiler,
137         jdk.incubator.foreign;
138     exports com.sun.security.ntlm to
139         java.security.sasl;
140     exports jdk.internal to
141         java.compiler,
142         jdk.jfr,
143         jdk.compiler,
144         jdk.jshell;
145     exports jdk.internal.access to
146         java.desktop,
147         java.logging,
148         java.management,
149         java.naming,
150         java.rmi,
151         jdk.jartool,

326         jdk.crypto.ec;
327     exports sun.security.x509 to
328         jdk.crypto.ec,
329         jdk.crypto.cryptoki,
330         jdk.jartool;
331     exports sun.security.validator to
332         jdk.jartool;
333     exports sun.util.cldr to
334         jdk.jlink;
335     exports sun.util.locale.provider to
336         java.desktop,
337         jdk.jlink,
338         jdk.localedata;
339     exports sun.util.logging to
340         java.desktop,
341         java.logging,
342         java.prefs;
343     exports sun.util.resources to
344         jdk.localedata;
345 

346     // the service types defined by the APIs in this module
347 
348     uses java.lang.System.LoggerFinder;
349     uses java.net.ContentHandlerFactory;
350     uses java.net.spi.URLStreamHandlerProvider;
351     uses java.nio.channels.spi.AsynchronousChannelProvider;
352     uses java.nio.channels.spi.SelectorProvider;
353     uses java.nio.charset.spi.CharsetProvider;
354     uses java.nio.file.spi.FileSystemProvider;
355     uses java.nio.file.spi.FileTypeDetector;
356     uses java.security.Provider;
357     uses java.text.spi.BreakIteratorProvider;
358     uses java.text.spi.CollatorProvider;
359     uses java.text.spi.DateFormatProvider;
360     uses java.text.spi.DateFormatSymbolsProvider;
361     uses java.text.spi.DecimalFormatSymbolsProvider;
362     uses java.text.spi.NumberFormatProvider;
363     uses java.time.chrono.AbstractChronology;
364     uses java.time.chrono.Chronology;
365     uses java.time.zone.ZoneRulesProvider;
< prev index next >