public class ClassUtils extends Object
| Constructor and Description |
|---|
ClassUtils() |
| Modifier and Type | Method and Description |
|---|---|
static URL |
getResource(String resourceName,
Class<?> callingClass)
Load a given resource.
|
public static URL getResource(String resourceName, Class<?> callingClass)
resourceName - The name of the resource to loadcallingClass - The Class object of the calling objectCopyright © 2020 MuleSoft, Inc.. All rights reserved.