toggle menu
XML Calabash 3.x
jvm
switch theme
search in API
XMLCalabash
/
com.xmlcalabash.util.fileselector.selectors
/
DifferentSelector
Different
Selector
class
DifferentSelector
(
val
mapper
:
Mapper
,
val
targetroot
:
File
,
val
ignoreFileTimes
:
Boolean
=
true
,
val
ignoreContents
:
Boolean
=
false
,
granularityms
:
Int
?
=
null
)
:
AbstractSelector
(
source
)
Members
Constructors
Different
Selector
Link copied to clipboard
constructor
(
mapper
:
Mapper
,
targetroot
:
File
,
ignoreFileTimes
:
Boolean
=
true
,
ignoreContents
:
Boolean
=
false
,
granularityms
:
Int
?
=
null
)
Properties
ignore
Contents
Link copied to clipboard
val
ignoreContents
:
Boolean
=
false
ignore
File
Times
Link copied to clipboard
val
ignoreFileTimes
:
Boolean
=
true
mapper
Link copied to clipboard
val
mapper
:
Mapper
targetroot
Link copied to clipboard
val
targetroot
:
File
Functions
resolve
Against
Directory
Link copied to clipboard
protected
fun
resolveAgainstDirectory
(
dir
:
File
,
path
:
String
)
:
File
selects
Link copied to clipboard
open
override
fun
selects
(
file
:
FSFile
)
:
Boolean