Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codenameone/CodenameOne
/ isValidScheme
Method
isValidScheme
Ports/CLDC11/src/java/net/URI.java:509–511 ·
view source on GitHub ↗
(String scheme)
Source
from the content-addressed store, hash-verified
507
///
508
/// - [http://tools.ietf.org/html/rfc2141](http://tools.ietf.org/html/rfc2141)
509
boolean isValidScheme(String scheme) {
510
return
true;
511
}
512
513
/// Get the scheme part of the URI.
514
///
Callers
2
setScheme
Method · 0.95
parseURI
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected