equal
deleted
inserted
replaced
223 * visible to the defining class loader for the |
223 * visible to the defining class loader for the |
224 * {@link com.sun.jdi.connect.spi.TransportService} type, and that jar |
224 * {@link com.sun.jdi.connect.spi.TransportService} type, and that jar |
225 * file contains a provider configuration file named |
225 * file contains a provider configuration file named |
226 * <tt>com.sun.jdi.connect.spi.TransportService</tt> in the resource |
226 * <tt>com.sun.jdi.connect.spi.TransportService</tt> in the resource |
227 * directory <tt>META-INF/services</tt>, and the provider |
227 * directory <tt>META-INF/services</tt>, and the provider |
228 * configuration file lists the the full-qualified class name of the |
228 * configuration file lists the full-qualified class name of the |
229 * TransportService implementation. A TransportService is a concrete |
229 * TransportService implementation. A TransportService is a concrete |
230 * sub-class of {@link com.sun.jdi.connect.spi.TransportService |
230 * sub-class of {@link com.sun.jdi.connect.spi.TransportService |
231 * TransportService}. The format of the provider configuration file |
231 * TransportService}. The format of the provider configuration file |
232 * is the same as the provider configuration file for Connectors |
232 * is the same as the provider configuration file for Connectors |
233 * except that each class listed must be the fully-qualified class |
233 * except that each class listed must be the fully-qualified class |