Interface AbstractBulkFileSystemImportWebScript.BulkImportParametersExtractor.NodeRefCreator
-
- Enclosing class:
- AbstractBulkFileSystemImportWebScript.BulkImportParametersExtractor
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface protected static interface AbstractBulkFileSystemImportWebScript.BulkImportParametersExtractor.NodeRefCreator
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description NodeRef
fromNodeRefAndPath(String nodeRef, String path)
-
-
-
Method Detail
-
fromNodeRefAndPath
NodeRef fromNodeRefAndPath(String nodeRef, String path) throws FileNotFoundException
- Throws:
FileNotFoundException
-
-