DICE-UNC / jargon

Jargon core libraries
Other
28 stars 31 forks source link

Look at NIO paths and files in order to create visitor pattern walkers #294

Open michael-conway opened 6 years ago

michael-conway commented 6 years ago

Add nio semantics for path and files...produce a visitor framework for file walks usable for indexers of various kinds

michael-conway commented 6 years ago

see https://docs.oracle.com/javase/tutorial/essential/io/walk.html

also: https://jakubstas.com/file-system-api/#.WtT7ItPwbxt

in-memory example impl from google: https://github.com/google/jimfs

michael-conway commented 6 years ago

NB this is pushed out a bit, may need some core jargon changes on conn handling...will look at a Visitor pattern in data utils for crawlers