jdk/make/modules/optional.depconfig
changeset 4524 697144bd8b04
child 4681 7d382dfe6e55
equal deleted inserted replaced
4523:87292b2c6421 4524:697144bd8b04
       
     1 # public final java.nio.channels.SocketChannel getChannel()
       
     2 @Optional
       
     3   sun.security.ssl.BaseSSLSocketImpl -> java.nio.channels.SocketChannel
       
     4 
       
     5 # public XMLDecoder(java.io.InputStream)
       
     6 # public XMLDecoder(java.io.InputStream, java.lang.Object)
       
     7 # public XMLDecoder(java.io.InputStream, java.lang.Object, java.beans.ExceptionListener)
       
     8 # public XMLDecoder(java.io.InputStream, java.lang.Object, java.beans.ExceptionListener, java.lang.ClassLoader)
       
     9 # public XMLDecoder(org.xml.sax.InputSource)
       
    10 @Optional
       
    11   java.beans.XMLDecoder -> com.sun.beans.decoder.DocumentHandler
       
    12   java.beans.XMLDecoder -> org.xml.sax.InputSource
       
    13 
       
    14 # public static org.xml.sax.helpers.DefaultHandler createHandler(java.lang.Object, java.beans.ExceptionListener, java.lang.ClassLoader)
       
    15 @Optional
       
    16   java.beans.XMLDecoder -> com.sun.beans.decoder.DocumentHandler
       
    17   java.beans.XMLDecoder -> org.xml.sax.helpers.DefaultHandler
       
    18 
       
    19 # public final java.nio.channels.FileChannel getChannel()
       
    20 @Optional
       
    21   java.net.SocketInputStream -> java.nio.channels.FileChannel
       
    22 
       
    23 # public final java.nio.channels.FileChannel getChannel()
       
    24 @Optional
       
    25   java.net.SocketOutputStream -> java.nio.channels.FileChannel
       
    26 
       
    27 # public Scanner(java.io.File)
       
    28 # public Scanner(java.io.File, java.lang.String)
       
    29 @Optional
       
    30   java.util.Scanner -> java.nio.channels.ReadableByteChannel
       
    31   java.util.Scanner -> java.nio.channels.Channels
       
    32 
       
    33 # public Scanner(java.nio.file.FileRef)
       
    34 # public Scanner(java.nio.file.FileRef, java.lang.String)
       
    35 @Optional
       
    36   java.util.Scanner -> java.nio.file.FileRef
       
    37   java.util.Scanner -> java.nio.file.OpenOption
       
    38 
       
    39 # public Scanner(java.nio.channels.ReadableByteChannel)
       
    40 # public Scanner(java.nio.channels.ReadableByteChannel, java.lang.String)
       
    41 @Optional
       
    42   java.util.Scanner -> java.nio.channels.ReadableByteChannel
       
    43   java.util.Scanner -> java.nio.channels.Channels
       
    44 
       
    45 # private static void loadSnmpAgent(java.lang.String, java.util.Properties)
       
    46 @Optional
       
    47   sun.management.Agent -> sun.management.snmp.AdaptorBootstrap
       
    48 
       
    49 # public void connect()
       
    50 @Optional
       
    51   sun.net.www.protocol.http.HttpURLConnection -> java.net.SecureCacheResponse
       
    52 
       
    53 # private static sun.security.util.PermissionFactory<?> permissionFactory()
       
    54 @Optional
       
    55   sun.security.util.SecurityConstants$AWT -> sun.awt.AWTPermissionFactory
       
    56 
       
    57 # sun.util.logging.LoggingSupport
       
    58 @Optional
       
    59   sun.util.logging.LoggingSupport -> java.util.logging.LoggingProxyImpl
       
    60 
       
    61 # public java.nio.channels.DatagramChannel getChannel()
       
    62 @Optional
       
    63   java.net.DatagramSocket -> java.nio.channels.DatagramChannel
       
    64 
       
    65 # public java.nio.channels.SocketChannel getChannel()
       
    66 @Optional
       
    67   java.net.Socket -> java.nio.channels.SocketChannel
       
    68 
       
    69 # public java.nio.channels.ServerSocketChannel getChannel()
       
    70 @Optional
       
    71   java.net.ServerSocket -> java.nio.channels.ServerSocketChannel
       
    72 
       
    73 # public final java.nio.channels.FileChannel getChannel()
       
    74 @Optional
       
    75   java.io.RandomAccessFile -> java.nio.channels.FileChannel
       
    76   java.io.RandomAccessFile -> sun.nio.ch.FileChannelImpl
       
    77 
       
    78 # public static sun.nio.cs.StreamDecoder forDecoder(java.nio.channels.ReadableByteChannel, java.nio.charset.CharsetDecoder, int)
       
    79 @Optional
       
    80   sun.nio.cs.StreamDecoder -> java.nio.channels.ReadableByteChannel
       
    81 
       
    82 # private static java.nio.channels.FileChannel getChannel(java.io.FileInputStream)
       
    83 # StreamDecoder(java.io.InputStream, java.lang.Object, java.nio.charset.CharsetDecoder)
       
    84 @Optional
       
    85   sun.nio.cs.StreamDecoder -> java.nio.channels.FileChannel
       
    86 
       
    87 # StreamDecoder(java.nio.channels.ReadableByteChannel, java.nio.charset.CharsetDecoder, int)
       
    88 @Optional
       
    89   sun.nio.cs.StreamDecoder -> java.nio.channels.ReadableByteChannel
       
    90 
       
    91 # public static java.io.File createTemporaryFile(java.lang.String, java.lang.String, java.nio.file.attribute.FileAttribute<?>[])
       
    92 @Optional
       
    93   java.io.File -> java.io.TempFileHelper
       
    94   java.io.File -> java.nio.file.attribute.FileAttribute
       
    95 
       
    96 # public java.nio.file.Path toPath()
       
    97 @Optional
       
    98   java.io.File -> java.nio.file.Paths
       
    99   java.io.File -> java.nio.file.Path
       
   100 
       
   101 # public static sun.nio.cs.StreamEncoder forEncoder(java.nio.channels.WritableByteChannel, java.nio.charset.CharsetEncoder, int)
       
   102 # private StreamEncoder(java.nio.channels.WritableByteChannel, java.nio.charset.CharsetEncoder, int)
       
   103 @Optional
       
   104   sun.nio.cs.StreamEncoder -> java.nio.channels.WritableByteChannel
       
   105 
       
   106 # public java.nio.channels.FileChannel getChannel()
       
   107 @Optional
       
   108   java.io.FileOutputStream -> java.nio.channels.FileChannel
       
   109   java.io.FileOutputStream -> sun.nio.ch.FileChannelImpl
       
   110 
       
   111 # public java.nio.channels.FileChannel getChannel()
       
   112 @Optional
       
   113   java.io.FileInputStream -> java.nio.channels.FileChannel
       
   114   java.io.FileInputStream -> sun.nio.ch.FileChannelImpl
       
   115 
       
   116 # public void loadFromXML(java.io.InputStream)
       
   117 # public void storeToXML(java.io.OutputStream, java.lang.String, java.lang.String)
       
   118 @Optional
       
   119   java.util.Properties -> java.util.XMLUtils
       
   120 
       
   121 # public static java.nio.channels.Channel inheritedChannel()
       
   122 @Optional
       
   123   java.lang.System -> java.nio.channels.Channel
       
   124   java.lang.System -> java.nio.channels.spi.SelectorProvider