Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codenameone/CodenameOne
/ toExternalForm
Method
toExternalForm
CodenameOne/src/com/codename1/io/URL.java:120–122 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
118
}
119
120
public
String toExternalForm() {
121
return
u.toASCIIString();
122
}
123
124
public
URI toURI() throws URISyntaxException {
125
return
u;
Callers
11
help
Method · 0.80
invoke25
Method · 0.80
getRTJarPath
Method · 0.80
init
Method · 0.80
execute
Method · 0.80
setBrowserURL
Method · 0.80
getAppHomePath
Method · 0.80
setBrowserPageInHierarchy
Method · 0.80
CodenameOneMediaPlayer
Method · 0.80
openInGuiBuilder
Method · 0.80
createImageBorders
Method · 0.80
Calls
1
toASCIIString
Method · 0.45
Tested by
no test coverage detected