|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.mule.util.SpiUtils
public class SpiUtils
| Field Summary | |
|---|---|
static String |
SERVICE_ROOT
|
| Constructor Summary | |
|---|---|
SpiUtils()
|
|
| Method Summary | |
|---|---|
static Properties |
findServiceDescriptor(ServiceType type,
String name)
|
static Properties |
findServiceDescriptor(String path,
String name,
Class currentClass)
|
static Properties |
findServiceDescriptor(String path,
String name,
Class currentClass,
boolean fallbackToNonPreferred)
|
static Properties |
findServiceDescriptors(String path,
String name,
Class currentClass)
Find all resources of the given name and merge them |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String SERVICE_ROOT
| Constructor Detail |
|---|
public SpiUtils()
| Method Detail |
|---|
public static Properties findServiceDescriptor(ServiceType type,
String name)
public static Properties findServiceDescriptor(String path,
String name,
Class currentClass)
public static Properties findServiceDescriptor(String path,
String name,
Class currentClass,
boolean fallbackToNonPreferred)
fallbackToNonPreferred - whether the search should attempt the preferred-xxx.properties lookup
public static Properties findServiceDescriptors(String path,
String name,
Class currentClass)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||