Interface IFileConnectionDescriptionFactory
-
- All Superinterfaces:
IApplicable<java.io.File>
- All Known Subinterfaces:
IRegisterableFileConnectionDescriptionFactory
- All Known Implementing Classes:
FileConnectionDescriptionFactoryRegistry,FileSystemConnectionDescriptionFactory
public interface IFileConnectionDescriptionFactory extends IApplicable<java.io.File>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IConnectionDescriptioncreate(java.io.File file)-
Methods inherited from interface net.anwiba.commons.lang.functional.IApplicable
and, isApplicable, not, or
-
-
-
-
Method Detail
-
create
IConnectionDescription create(java.io.File file) throws CreationException
- Throws:
CreationException
-
-