public static class LibraryReference.ExtractionConfiguration extends Object
| Constructor | Description |
|---|---|
ExtractionConfiguration(Set<String> excludes,
Set<String> includes) |
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
equals(Object o) |
|
Set<String> |
getExcludes() |
Retrieves a set of paths which are to be excluded in the extracted version of the archive.
|
Set<String> |
getIncludes() |
Retrieves a set of paths which are to be explicitly included in the extracted version of the
archive.
|
int |
hashCode() |
@NonNull public Set<String> getExcludes()
@NonNull public Set<String> getIncludes()
Copyright © 2018 Basin. All rights reserved.