|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcascading.provider.ProviderLoader<CascadingFactory>
cascading.provider.FactoryLoader
public class FactoryLoader
Class FactoryLoader is an implementation of a ProviderLoader
and is used to load
CascadingFactory
instances used by internal frameworks.
CascadingFactory
Constructor Summary | |
---|---|
FactoryLoader()
|
Method Summary | ||
---|---|---|
static FactoryLoader |
getInstance()
|
|
|
loadFactoryFrom(FlowProcess flowProcess,
java.lang.String property,
java.lang.Class<Factory> defaultFactory)
|
Methods inherited from class cascading.provider.ProviderLoader |
---|
createProvider |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FactoryLoader()
Method Detail |
---|
public static FactoryLoader getInstance()
public <Factory extends CascadingFactory> Factory loadFactoryFrom(FlowProcess flowProcess, java.lang.String property, java.lang.Class<Factory> defaultFactory)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |