Skip to content
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

DirectoryVisitor Streams Methods and Nullable Annotations #6

Open
wants to merge 3 commits into
base: release-0.3
Choose a base branch
from

Conversation

DK96-OS
Copy link
Owner

@DK96-OS DK96-OS commented Jan 31, 2024

Enhancements

Visitors Module

  1. Add DirectoryVisitor Streams Methods
  2. Annotate DirectoryVisitor Type Nullability
  3. Increase Visibility of DirectoryVisitor Members from private to protected
  4. Replace if-null-checks with requireNonNullElse

New Streams Methods

  • Get File Stream : Stream
  • Get Directory Path Stream : Stream

*u DirectoryVisitor - add nullable annotations, implement requireNonNullElse methods, add method getFileStream, add method getDirectoryPathStream
*u DirectoryVisitorTest - add test cases
@DK96-OS DK96-OS added the enhancement New feature or request label Jan 31, 2024
@DK96-OS DK96-OS self-assigned this Jan 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant