|
2 | 2 | <!-- NewPage --> |
3 | 3 | <html lang="en"> |
4 | 4 | <head> |
5 | | -<!-- Generated by javadoc (15) on Thu Jun 15 01:52:24 UTC 2023 --> |
| 5 | +<!-- Generated by javadoc (15) on Fri Jun 21 00:18:14 UTC 2024 --> |
6 | 6 | <title>H3CoreLoader.OperatingSystem (h3 4.1.2-SNAPSHOT API)</title> |
7 | 7 | <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> |
8 | | -<meta name="dc.created" content="2023-06-15"> |
| 8 | +<meta name="dc.created" content="2024-06-21"> |
9 | 9 | <meta name="description" content="declaration: package: com.uber.h3core, class: H3CoreLoader, enum: OperatingSystem"> |
10 | 10 | <meta name="generator" content="javadoc/ClassWriterImpl"> |
11 | 11 | <link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style"> |
|
16 | 16 | <script type="text/javascript" src="../../../script-dir/jquery-ui.min.js"></script> |
17 | 17 | </head> |
18 | 18 | <body class="class-declaration-page"> |
19 | | -<script type="text/javascript">var data = {"i0":10,"i1":10,"i2":9,"i3":9}; |
| 19 | +<script type="text/javascript">var data = {"i0":10,"i1":10,"i2":10,"i3":9,"i4":9}; |
20 | 20 | var tabs = {65535:["t0","All Methods"],1:["t1","Static Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"]}; |
21 | 21 | var altColor = "alt-color"; |
22 | 22 | var rowColor = "row-color"; |
@@ -177,13 +177,20 @@ <h2>Method Summary</h2> |
177 | 177 | </td> |
178 | 178 | </tr> |
179 | 179 | <tr class="alt-color" id="i2"> |
| 180 | +<td class="col-first"><code>boolean</code></td> |
| 181 | +<th class="col-second" scope="row"><code><span class="member-name-link"><a href="#isPosix()">isPosix</a></span>()</code></th> |
| 182 | +<td class="col-last"> |
| 183 | +<div class="block">Whether to try to use POSIX file permissions when creating the native library temp file.</div> |
| 184 | +</td> |
| 185 | +</tr> |
| 186 | +<tr class="row-color" id="i3"> |
180 | 187 | <td class="col-first"><code>static <a href="H3CoreLoader.OperatingSystem.html" title="enum in com.uber.h3core">H3CoreLoader.OperatingSystem</a></code></td> |
181 | 188 | <th class="col-second" scope="row"><code><span class="member-name-link"><a href="#valueOf(java.lang.String)">valueOf</a></span>​(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a> name)</code></th> |
182 | 189 | <td class="col-last"> |
183 | 190 | <div class="block">Returns the enum constant of this type with the specified name.</div> |
184 | 191 | </td> |
185 | 192 | </tr> |
186 | | -<tr class="row-color" id="i3"> |
| 193 | +<tr class="alt-color" id="i4"> |
187 | 194 | <td class="col-first"><code>static <a href="H3CoreLoader.OperatingSystem.html" title="enum in com.uber.h3core">H3CoreLoader.OperatingSystem</a>[]</code></td> |
188 | 195 | <th class="col-second" scope="row"><code><span class="member-name-link"><a href="#values()">values</a></span>()</code></th> |
189 | 196 | <td class="col-last"> |
@@ -295,6 +302,13 @@ <h3>getDirName</h3> |
295 | 302 | <div class="block">How this operating system's name is rendered when extracting the native library.</div> |
296 | 303 | </section> |
297 | 304 | </li> |
| 305 | +<li> |
| 306 | +<section class="detail" id="isPosix()"> |
| 307 | +<h3>isPosix</h3> |
| 308 | +<div class="member-signature"><span class="modifiers">public</span> <span class="return-type">boolean</span> <span class="member-name">isPosix</span>()</div> |
| 309 | +<div class="block">Whether to try to use POSIX file permissions when creating the native library temp file.</div> |
| 310 | +</section> |
| 311 | +</li> |
298 | 312 | </ul> |
299 | 313 | </section> |
300 | 314 | </li> |
@@ -339,7 +353,7 @@ <h3>getDirName</h3> |
339 | 353 | <span class="skip-nav" id="skip.navbar.bottom"> |
340 | 354 | <!-- --> |
341 | 355 | </span></nav> |
342 | | -<p class="legal-copy"><small>Copyright © 2023 <a href="https://github.com/uber/">Uber Open Source</a>. All rights reserved.</small></p> |
| 356 | +<p class="legal-copy"><small>Copyright © 2024 <a href="https://github.com/uber/">Uber Open Source</a>. All rights reserved.</small></p> |
343 | 357 | </footer> |
344 | 358 | </div> |
345 | 359 | </div> |
|
0 commit comments