diff --git a/api/extensions-runtime-summary.html b/api/extensions-runtime-summary.html new file mode 100644 index 0000000..bd18aa6 --- /dev/null +++ b/api/extensions-runtime-summary.html @@ -0,0 +1,74 @@ + + +
+Class name | +Description | +
---|---|
+SystemMonitor + | +
+
+public singleton SystemMonitor
+ |
+
+public singleton SystemMonitor
+Modifier and Type | +Method | +
---|---|
+
+ |
+
+printMemoryStatistics()
+
+ |
+
Class name | +Description | +
---|---|
+Uri + | +
+
+public class Uri
+ |
+
+public class Uri
+Modifier and Type | +Field | +
---|---|
+
+String |
+
+_scheme
+ |
+
+
+String |
+
+_host
+ |
+
+
+String |
+
+_port
+ |
+
+
+String |
+
+_path
+ |
+
+
+String |
+
+_query
+ |
+
Modifier and Type | +Constructor / Static Method | +
---|---|
+
+Uri |
+
+constructor(String url)
+
+ |
+
+
+Uri |
+
+parse(String url)
+
+ |
+
Modifier and Type | +Property | +
---|---|
+
+get String |
+
+Scheme()
+ |
+
+
+get String |
+
+Host()
+ |
+
+
+get String |
+
+Port()
+ |
+
+
+get String |
+
+Path()
+ |
+
+
+get String |
+
+Query()
+ |
+
Class name | +Description | +
---|---|
+RegEx + | +
+
+public class RegEx
+ |
+
+public class RegEx
+Modifier and Type | +Field | +
---|---|
+
+PatternRule |
+
+_startRule
+ |
+
Modifier and Type | +Constructor / Static Method | +
---|---|
+
+RegEx |
+
+constructor(String pattern)
+
+ |
+
+
+RegEx |
+
+prepare(String pattern)
+
+ |
+