Description
private List<String> file(File dir) calls and passes scanDir("") for the package name. This should be client specified. i.e. I want to have an archive for a specific package in the CLASSPATH so I'd pass in the base package name.
private List<String> file(File dir) calls and passes scanDir("") for the package name. This should be client specified. i.e. I want to have an archive for a specific package in the CLASSPATH so I'd pass in the base package name.