MCPcopy 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

helpMethod · 0.80
invoke25Method · 0.80
getRTJarPathMethod · 0.80
initMethod · 0.80
executeMethod · 0.80
setBrowserURLMethod · 0.80
getAppHomePathMethod · 0.80
openInGuiBuilderMethod · 0.80
createImageBordersMethod · 0.80

Calls 1

toASCIIStringMethod · 0.45

Tested by

no test coverage detected