public final class PatriusDataset extends Object
addResourcesFromPatriusDataset() methodaddResourcesFromPatriusDataset()| Modifier and Type | Method and Description |
|---|---|
static void |
addResourcesFromPatriusDataset()
Adds resources of patriusdataset found in the classpath to the Data Providers
Manager
|
static void |
addResourcesFromPatriusDataset(ClassLoader cl,
URLResolver urlResolver)
Adds resources of patriusdataset found in the classpath to the Data Providers
Manager
|
static void |
addResourcesFromPatriusDataset(ClassLoader cl,
URLResolver urlResolver,
String resourcePath,
Pattern resourcePattern)
Adds resources of patriusdataset found in the classpath to the Data Providers
Manager
|
public static void addResourcesFromPatriusDataset()
public static void addResourcesFromPatriusDataset(ClassLoader cl, URLResolver urlResolver)
cl - the class loader to useurlResolver - the url resolver needed to transform classpath URL to native java
classpath library, in non classic environments such as OSGI URLResolverpublic static void addResourcesFromPatriusDataset(ClassLoader cl, URLResolver urlResolver, String resourcePath, Pattern resourcePattern)
cl - the class loader to useurlResolver - the url resolver needed to transform classpath URL to native java
classpath library, in non classic environments such as OSGI resourcePath - the parent path of resources in classpathresourcePattern - the pattern that must match file names of resourcesURLResolverCopyright © 2025 CNES. All rights reserved.