Returns the protocol of this URLName. Returns null if this URLName has no protocol. @return the protocol
()
| 326 | * @return the protocol |
| 327 | */ |
| 328 | public String getProtocol() { |
| 329 | return protocol; |
| 330 | } |
| 331 | |
| 332 | /** |
| 333 | * Returns the file name of this URLName. |
no outgoing calls
no test coverage detected