toggle menu
XML Calabash 3.x
jvm
switch theme
search in API
XMLCalabash
/
com.xmlcalabash.util.fileselector.mappers
/
UnpackageMapper
Unpackage
Mapper
class
UnpackageMapper
(
val
from
:
String
,
val
to
:
String
,
val
caseSensitive
:
Boolean
=
true
)
:
RegexpMapper
(
source
)
Members
Constructors
Unpackage
Mapper
Link copied to clipboard
constructor
(
from
:
String
,
to
:
String
,
caseSensitive
:
Boolean
=
true
)
Properties
case
Sensitive
Link copied to clipboard
val
caseSensitive
:
Boolean
=
true
from
Link copied to clipboard
val
from
:
String
to
Link copied to clipboard
val
to
:
String
Functions
selects
Link copied to clipboard
open
override
fun
selects
(
targetPaths
:
List
<
String
>
)
:
List
<
String
>