Package edu.wpi.grip.core
Class Source.SourceFactoryImpl
- java.lang.Object
-
- edu.wpi.grip.core.Source.SourceFactoryImpl
-
- All Implemented Interfaces:
Source.SourceFactory
- Enclosing class:
- Source
public static class Source.SourceFactoryImpl extends java.lang.Object implements Source.SourceFactory
-
-
Constructor Summary
Constructors Constructor Description SourceFactoryImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Source
create(java.lang.Class<?> type, java.util.Properties properties)
-
-
-
Method Detail
-
create
public Source create(java.lang.Class<?> type, java.util.Properties properties) throws java.io.IOException
- Specified by:
create
in interfaceSource.SourceFactory
- Throws:
java.io.IOException
-
-