Package edu.wpi.grip.core
Interface Source.SourceFactory
-
- All Known Implementing Classes:
Source.SourceFactoryImpl
- Enclosing class:
- Source
public static interface Source.SourceFactory
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Source
create(java.lang.Class<?> type, java.util.Properties properties)
-
-
-
Method Detail
-
create
Source create(java.lang.Class<?> type, java.util.Properties properties) throws java.io.IOException
- Throws:
java.io.IOException
-
-