/** Copyright (c) 2014, 2018, Oracle and/or its affiliates. All rights reserved.* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.** This code is free software; you can redistribute it and/or modify it* under the terms of the GNU General Public License version 2 only, as* published by the Free Software Foundation. Oracle designates this* particular file as subject to the "Classpath" exception as provided* by Oracle in the LICENSE file that accompanied this code.** This code is distributed in the hope that it will be useful, but WITHOUT* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or* FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License* version 2 for more details (a copy is included in the LICENSE file that* accompanied this code).** You should have received a copy of the GNU General Public License version* 2 along with this work; if not, write to the Free Software Foundation,* Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.** Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA* or visit www.oracle.com if you need additional information or have any* questions.*//*** Defines the foundational APIs of the Java SE Platform.** <dl>* <dt class="simpleTagLabel" style="font-family:'DejaVu Sans', Arial, Helvetica, sans serif">Providers:</dt>* <dd> The JDK implementation of this module provides an implementation of* the {@index jrt jrt} {@linkplain java.nio.file.spi.FileSystemProvider* file system provider} to enumerate and read the class and resource* files in a run-time image.* The jrt file system can be created by calling* {@link java.nio.file.FileSystems#newFileSystem* FileSystems.newFileSystem(URI.create("jrt:/"))}.* </dd>* <dt class="simpleTagLabel" style="font-family:'DejaVu Sans', Arial, Helvetica, sans serif">Tool Guides:</dt>* <dd style="font-family:'DejaVu Sans', Arial, Helvetica, sans serif"> {@extLink java_tool_reference java launcher},* {@extLink keytool_tool_reference keytool}</dd>* </dl>** @provides java.nio.file.spi.FileSystemProvider** @uses java.lang.System.LoggerFinder* @uses java.net.ContentHandlerFactory* @uses java.net.spi.URLStreamHandlerProvider* @uses java.nio.channels.spi.AsynchronousChannelProvider* @uses java.nio.channels.spi.SelectorProvider* @uses java.nio.charset.spi.CharsetProvider* @uses java.nio.file.spi.FileSystemProvider* @uses java.nio.file.spi.FileTypeDetector* @uses java.security.Provider* @uses java.text.spi.BreakIteratorProvider* @uses java.text.spi.CollatorProvider* @uses java.text.spi.DateFormatProvider* @uses java.text.spi.DateFormatSymbolsProvider* @uses java.text.spi.DecimalFormatSymbolsProvider* @uses java.text.spi.NumberFormatProvider* @uses java.time.chrono.AbstractChronology* @uses java.time.chrono.Chronology* @uses java.time.zone.ZoneRulesProvider* @uses java.util.spi.CalendarDataProvider* @uses java.util.spi.CalendarNameProvider* @uses java.util.spi.CurrencyNameProvider* @uses java.util.spi.LocaleNameProvider* @uses java.util.spi.ResourceBundleControlProvider* @uses java.util.spi.ResourceBundleProvider* @uses java.util.spi.TimeZoneNameProvider* @uses java.util.spi.ToolProvider* @uses javax.security.auth.spi.LoginModule** @moduleGraph* @since 9*/module java.base {// source file: file:///t:/workspace/open/src/java.base/share/classes/module-info.java// file:///t:/workspace/open/src/java.base/windows/classes/module-info.java.extraexports java.io;exports java.lang;exports java.lang.annotation;exports java.lang.constant;exports java.lang.invoke;exports java.lang.module;exports java.lang.ref;exports java.lang.reflect;exports java.math;exports java.net;exports java.net.spi;exports java.nio;exports java.nio.channels;exports java.nio.channels.spi;exports java.nio.charset;exports java.nio.charset.spi;exports java.nio.file;exports java.nio.file.attribute;exports java.nio.file.spi;exports java.security;exports java.security.acl;exports java.security.cert;exports java.security.interfaces;exports java.security.spec;exports java.text;exports java.text.spi;exports java.time;exports java.time.chrono;exports java.time.format;exports java.time.temporal;exports java.time.zone;exports java.util;exports java.util.concurrent;exports java.util.concurrent.atomic;exports java.util.concurrent.locks;exports java.util.function;exports java.util.jar;exports java.util.regex;exports java.util.spi;exports java.util.stream;exports java.util.zip;exports javax.crypto;exports javax.crypto.interfaces;exports javax.crypto.spec;exports javax.net;exports javax.net.ssl;exports javax.security.auth;exports javax.security.auth.callback;exports javax.security.auth.login;exports javax.security.auth.spi;exports javax.security.auth.x500;exports javax.security.cert;exports com.sun.security.ntlm to java.security.sasl;exports jdk.internal to jdk.jfr;exports jdk.internal.access tojava.desktop,java.logging,java.management,java.naming,java.rmi,jdk.jlink,jdk.net;exports jdk.internal.event to jdk.jfr;exports jdk.internal.jimage to jdk.jlink;exports jdk.internal.jimage.decompressor to jdk.jlink;exports jdk.internal.jmod tojdk.compiler,jdk.jlink;exports jdk.internal.loader tojava.instrument,java.logging;exports jdk.internal.logger to java.logging;exports jdk.internal.misc tojava.desktop,java.logging,java.management,java.naming,java.net.http,java.rmi,java.security.jgss,java.xml,jdk.attach,jdk.charsets,jdk.compiler,jdk.internal.vm.ci,jdk.jfr,jdk.jshell,jdk.scripting.nashorn,jdk.scripting.nashorn.shell,jdk.unsupported;exports jdk.internal.module tojava.instrument,java.management.rmi,jdk.jartool,jdk.jfr,jdk.jlink;exports jdk.internal.org.objectweb.asm tojdk.jartool,jdk.jfr,jdk.jlink,jdk.scripting.nashorn;exports jdk.internal.org.objectweb.asm.commons tojdk.jfr,jdk.scripting.nashorn;exports jdk.internal.org.objectweb.asm.signature to jdk.scripting.nashorn;exports jdk.internal.org.objectweb.asm.tree tojdk.jfr,jdk.jlink;exports jdk.internal.org.objectweb.asm.util tojdk.jfr,jdk.scripting.nashorn;exports jdk.internal.org.xml.sax to jdk.jfr;exports jdk.internal.org.xml.sax.helpers to jdk.jfr;exports jdk.internal.perf tojava.management,jdk.internal.jvmstat,jdk.management.agent;exports jdk.internal.ref to java.desktop;exports jdk.internal.reflect tojava.logging,java.sql,java.sql.rowset,jdk.dynalink,jdk.scripting.nashorn,jdk.unsupported;exports jdk.internal.util.jar to jdk.jartool;exports jdk.internal.util.xml to jdk.jfr;exports jdk.internal.util.xml.impl to jdk.jfr;exports jdk.internal.vm tojdk.internal.jvmstat,jdk.management.agent;exports jdk.internal.vm.annotation tojdk.internal.vm.ci,jdk.unsupported;exports sun.net tojava.net.http,jdk.naming.dns;exports sun.net.dns tojava.security.jgss,jdk.naming.dns;exports sun.net.ext to jdk.net;exports sun.net.util tojava.desktop,java.net.http,jdk.jconsole;exports sun.net.www tojava.net.http,jdk.jartool;exports sun.net.www.protocol.http to java.security.jgss;exports sun.nio.ch tojava.management,jdk.crypto.cryptoki,jdk.net,jdk.sctp;exports sun.nio.cs to jdk.charsets;exports sun.reflect.annotation to jdk.compiler;exports sun.reflect.generics.reflectiveObjects to java.desktop;exports sun.reflect.misc tojava.datatransfer,java.desktop,java.management,java.management.rmi,java.rmi,java.sql.rowset;exports sun.security.action tojava.desktop,java.security.jgss;exports sun.security.internal.interfaces to jdk.crypto.cryptoki;exports sun.security.internal.spec tojdk.crypto.cryptoki,jdk.crypto.mscapi;exports sun.security.jca tojava.smartcardio,jdk.crypto.cryptoki,jdk.crypto.ec,jdk.naming.dns;exports sun.security.pkcs tojdk.crypto.ec,jdk.jartool;exports sun.security.provider tojava.rmi,java.security.jgss,jdk.crypto.cryptoki,jdk.security.auth;exports sun.security.provider.certpath to java.naming;exports sun.security.rsa tojdk.crypto.cryptoki,jdk.crypto.mscapi;exports sun.security.timestamp to jdk.jartool;exports sun.security.tools to jdk.jartool;exports sun.security.util tojava.desktop,java.naming,java.rmi,java.security.jgss,java.security.sasl,java.smartcardio,java.xml.crypto,jdk.crypto.cryptoki,jdk.crypto.ec,jdk.crypto.mscapi,jdk.jartool,jdk.security.auth,jdk.security.jgss;exports sun.security.util.math to jdk.crypto.ec;exports sun.security.util.math.intpoly to jdk.crypto.ec;exports sun.security.validator to jdk.jartool;exports sun.security.x509 tojdk.crypto.cryptoki,jdk.crypto.ec,jdk.jartool;exports sun.util.cldr to jdk.jlink;exports sun.util.locale.provider tojava.desktop,jdk.jlink,jdk.localedata;exports sun.util.logging tojava.desktop,java.logging,java.prefs;exports sun.util.resources to jdk.localedata;uses java.lang.System.LoggerFinder;uses java.net.ContentHandlerFactory;uses java.net.spi.URLStreamHandlerProvider;uses java.nio.channels.spi.AsynchronousChannelProvider;uses java.nio.channels.spi.SelectorProvider;uses java.nio.charset.spi.CharsetProvider;uses java.nio.file.spi.FileSystemProvider;uses java.nio.file.spi.FileTypeDetector;uses java.security.Provider;uses java.text.spi.BreakIteratorProvider;uses java.text.spi.CollatorProvider;uses java.text.spi.DateFormatProvider;uses java.text.spi.DateFormatSymbolsProvider;uses java.text.spi.DecimalFormatSymbolsProvider;uses java.text.spi.NumberFormatProvider;uses java.time.chrono.AbstractChronology;uses java.time.chrono.Chronology;uses java.time.zone.ZoneRulesProvider;uses java.util.spi.CalendarDataProvider;uses java.util.spi.CalendarNameProvider;uses java.util.spi.CurrencyNameProvider;uses java.util.spi.LocaleNameProvider;uses java.util.spi.ResourceBundleControlProvider;uses java.util.spi.ResourceBundleProvider;uses java.util.spi.TimeZoneNameProvider;uses java.util.spi.ToolProvider;uses javax.security.auth.spi.LoginModule;uses jdk.internal.logger.DefaultLoggerFinder;uses sun.text.spi.JavaTimeDateTimePatternProvider;uses sun.util.locale.provider.LocaleDataMetaInfo;uses sun.util.resources.LocaleData.CommonResourceBundleProvider;uses sun.util.resources.LocaleData.SupplementaryResourceBundleProvider;uses sun.util.spi.CalendarProvider;provides java.nio.file.spi.FileSystemProvider with jdk.internal.jrtfs.JrtFileSystemProvider;}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。