return new ZipEntryBackedObject<PermutationResult>(
zipFile, libraryPath, Libraries.PERMUTATION_RESULT_ENTRY_NAME, PermutationResult.class);
}
private Resource readBuildResourceByPath(String path) {
return new ZipFileResource(zipFile, "file:" + libraryPath, lastModified,
Libraries.DIRECTORY_BUILD_RESOURCES + path);
}