public final class KnownPlatforms extends Object
| Modifier and Type | Field and Description |
|---|---|
static List<String> |
ARCHES |
static List<String> |
FAMILIES |
| Constructor and Description |
|---|
KnownPlatforms() |
| Modifier and Type | Method and Description |
|---|---|
static List<String> |
nativeClassifiers()
Gets a list of
SubdirectoryPatterns corresponding to known native
classifiers. |
static List<SubdirectoryPattern> |
nativeSubdirectoryPatterns()
Gets a list of
SubdirectoryPatterns corresponding to known native
classifiers. |
static String |
shortName(String family,
String arch) |
public static List<String> nativeClassifiers()
SubdirectoryPatterns corresponding to known native
classifiers. This list includes the following patterns:
<family>-<arch>native-<family>-<arch>natives-<family>-<arch><family>native-<family>natives-<family>public static List<SubdirectoryPattern> nativeSubdirectoryPatterns()
SubdirectoryPatterns corresponding to known native
classifiers. E.g.:
Copyright © 2014–2020 SciJava. All rights reserved.