toggle menu
plugin
242.0.12
jvm
switch theme
search in API
plugin
/
com.jetbrains.packagesearch.plugin.tests
/
CoroutineAbstractCommand
Coroutine
Abstract
Command
abstract
class
CoroutineAbstractCommand
(
text
:
String
,
line
:
Int
)
:
AbstractCommand
Members
Constructors
Coroutine
Abstract
Command
Link copied to clipboard
constructor
(
text
:
String
,
line
:
Int
)
Functions
can
Go
Further
Link copied to clipboard
open
override
fun
canGoFurther
(
)
:
Boolean
execute
Link copied to clipboard
@
NotNull
override
fun
execute
(
@
NotNull
p0
:
@
NotNull
PlaybackContext
)
:
@
NotNull
CompletableFuture
<
*
>
execute
Async
Link copied to clipboard
abstract
suspend
fun
executeAsync
(
context
:
PlaybackContext
)
extract
Command
Argument
Link copied to clipboard
open
fun
extractCommandArgument
(
p0
:
String
)
:
String
extract
Command
List
Link copied to clipboard
open
fun
extractCommandList
(
p0
:
String
,
p1
:
String
)
:
ArrayList
<
String
>
get
Line
Link copied to clipboard
fun
getLine
(
)
:
Int
get
Script
Dir
Link copied to clipboard
@
Nullable
override
fun
getScriptDir
(
)
:
@
Nullable
File
?
get
Text
Link copied to clipboard
@
NonNls
@
NotNull
fun
getText
(
)
:
@
NonNls
@
NotNull
String
set
Script
Dir
Link copied to clipboard
fun
setScriptDir
(
@
Nullable
p0
:
@
Nullable
File
?
)