Interface MatrixLinkSourceSelector
-
- All Known Implementing Classes:
AbstractMatrixLinkSourceSelector
,DefaultMatrixLinkSourceSelector
public interface MatrixLinkSourceSelector
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description MatrixFileLinkSource
file(java.io.File file)
MatrixFileLinkSource
file(java.lang.String file)
MatrixStringLinkSource
string(java.lang.String s)
-
-
-
Method Detail
-
file
MatrixFileLinkSource file(java.io.File file) throws java.io.IOException
- Throws:
java.io.IOException
-
file
MatrixFileLinkSource file(java.lang.String file) throws java.io.IOException
- Throws:
java.io.IOException
-
string
MatrixStringLinkSource string(java.lang.String s)
-
-