ayld / Facade

Facade significantly minimizes the space used by your project's /lib
ayld.github.io/Facade
GNU General Public License v2.0
3 stars 3 forks source link

Expose concurrent components through the API #32

Closed ayld closed 10 years ago

ayld commented 11 years ago

Concurrent components should be selectable and usable via the API.

In other words something like.

final JarFile outJar = LibraryMinimizer
    .concurrentSourceResolution(threadsCount)
    .concurrentExtraction(threadsCount)
    .forSourcesAt("/abs/path/to/src/dir")
    .withLibs("/abs/path/to/libs")
    .getFile();

should be possible

ayld commented 10 years ago

Will reopen this if we decide to move forward with the concurrent resolution/extraction features.