Uses of Interface
org.n52.janmayen.component.ComponentFactory
-
Packages that use ComponentFactory Package Description org.n52.janmayen.component -
-
Uses of ComponentFactory in org.n52.janmayen.component
Classes in org.n52.janmayen.component with type parameters of type ComponentFactory Modifier and Type Class Description classAbstractComponentRepository<K,C extends Component<K>,F extends ComponentFactory<K,C>>Abstract class to encapsulate the loading of implementations that are registered with the ServiceLoader interface.classAbstractSimilarityKeyComponentRepository<K extends Similar<K>,C extends Component<K>,F extends ComponentFactory<K,C>>Component repository for keys that can be similar and support for composite keys.Subinterfaces of ComponentFactory in org.n52.janmayen.component Modifier and Type Interface Description interfaceSingleTypeComponentFactory<K,C extends Component<K>>Convenience interface for aComponentFactorythat supports only a single key.
-