| Modifier and Type | Method and Description |
|---|---|
static void |
PatriusDataset.addResourcesFromPatriusDataset(ClassLoader cl,
URLResolver urlResolver)
Adds resources of patriusdataset found in the classpath to the Data Providers
Manager
|
static void |
PatriusDataset.addResourcesFromPatriusDataset(ClassLoader cl,
URLResolver urlResolver,
String resourcePath,
Pattern resourcePattern)
Adds resources of patriusdataset found in the classpath to the Data Providers
Manager
|
static String[] |
ResourceList.getResourcesArray(ClassLoader cl,
URLResolver urlResolver,
String resourcePath,
Pattern resourcePattern)
For all non-class elements of java classpath with path resourcePath, gets a
Collection of resources with pattern resourcePattern
|
static List<String> |
ResourceList.getResourcesList(ClassLoader cl,
URLResolver urlResolver,
String resourcePath,
Pattern resourcePattern)
for all elements of java.class.path get a list of resources Pattern
pattern = Pattern.compile(".*"); gets all resources |
Copyright © 2025 CNES. All rights reserved.