Toolbox
Toggle table of contents
java
Target filter
java
Switch theme
Search in API
Skip to content
Toolbox
zip
/
com.michaelflisar.toolbox.zip
/
JavaZipFileContent
/
Folder
Folder
java
class
Folder
(
val
folder
:
File
,
val
zipPath
:
String
,
val
exclude
:
(
relativePath
:
String
)
->
Boolean
=
{ false }
)
:
JavaZipFileContent
,
IZipContent.Folder
<
JavaZipFileContent.File
>
Members
Constructors
Folder
Link copied to clipboard
java
constructor
(
folder
:
File
,
zipPath
:
String
,
exclude
:
(
relativePath
:
String
)
->
Boolean
=
{ false }
)
Types
Companion
Link copied to clipboard
java
object
Companion
Properties
exclude
Link copied to clipboard
java
open
override
val
exclude
:
(
relativePath
:
String
)
->
Boolean
folder
Link copied to clipboard
java
val
folder
:
File
zip
Path
Link copied to clipboard
java
open
override
val
zipPath
:
String
Functions
get
Sub
File
Link copied to clipboard
java
open
override
fun
getSubFile
(
relativePath
:
String
)
:
JavaZipFileContent.File
?
list
Files
Link copied to clipboard
java
open
override
fun
listFiles
(
)
:
List
<
JavaZipFileContent.File
>