Base functionality for loading grails.factories
| Type | Name and description | 
|---|---|
| static java.lang.String | FACTORIES_RESOURCE_LOCATIONThe location to look for the factories. | 
| Type | Name and description | 
|---|---|
| static java.lang.String[] | loadFactoryNames(java.lang.Class<?> factoryClass, java.lang.ClassLoader classLoader = FactoriesLoaderSupport.class.classLoader)Loads the names of the classes from grails.factories without loading the classes themselves | 
| static java.lang.String[] | loadFactoryNames(java.lang.String factoryClassName, java.lang.ClassLoader classLoader = FactoriesLoaderSupport.class.classLoader)Loads the names of the classes from grails.factories without loading the classes themselves | 
| Methods inherited from class | Name | 
|---|---|
| class java.lang.Object | java.lang.Object#wait(long, int), java.lang.Object#wait(long), java.lang.Object#wait(), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() | 
The location to look for the factories. Can be present in multiple JAR files.
Loads the names of the classes from grails.factories without loading the classes themselves
factoryClass -  The factory classclassLoader -  The ClassLoaderLoads the names of the classes from grails.factories without loading the classes themselves
factoryClass -  The factory classclassLoader -  The ClassLoader