Skip to content

Make JarArchiver#createManifest protected #99

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from
Closed

Make JarArchiver#createManifest protected #99

wants to merge 1 commit into from

Conversation

plamentotev
Copy link
Member

Currently there is no easy way for sub-classes of JarArchiver to update or inspect the manifest file that is going to be added to the archive. Is there any objections to make JarArchiver#createManifest protected so sub-classes have access to the manifest?

This change would help with implementing #96. Alternative way is to read the manifest after the jar is created but that would add unnecessary IO.

That would allow subclasses of `JarArchiver` to update or inspect
the manifest file that is going to be added to the archive.
@plamentotev plamentotev deleted the make-createManifest-protected branch September 22, 2018 17:54
plamentotev added a commit that referenced this pull request Sep 22, 2018
That would allow subclasses of `JarArchiver` to update or inspect
the manifest file that is going to be added to the archive.

Closes #99
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant