public interface NonZipExpandableExtensions
Modifier and Type | Method and Description |
---|---|
boolean |
contains(String extension)
Determines whether the specified extension is contained in the the list of file extensions which should not be
expanded as a zip.
|
String |
getNonExpandableExtensionsList()
Returns a comma-separated list of non-expandable file extensions.
|
boolean contains(String extension)
extension
- The extension to check. Should not be nullString getNonExpandableExtensionsList()
Copyright © 2002-2022 Atlassian. All Rights Reserved.