toggle menu
XML Calabash 3.x
jvm
switch theme
search in API
XMLCalabash
/
com.xmlcalabash.util.fileselector.selectors
/
PresentSelector
Present
Selector
class
PresentSelector
(
val
mapper
:
Mapper
,
val
targetroot
:
File
,
val
present
:
Present
=
Present.BOTH
)
:
AbstractSelector
(
source
)
Members
Constructors
Present
Selector
Link copied to clipboard
constructor
(
mapper
:
Mapper
,
targetroot
:
File
,
present
:
Present
=
Present.BOTH
)
Properties
mapper
Link copied to clipboard
val
mapper
:
Mapper
present
Link copied to clipboard
val
present
:
Present
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