KetraTerm
Toggle table of contents
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
KetraTerm
ketraterm-workspace
/
io.github.ketraterm.workspace
/
TerminalProfileRegistry
/
TerminalProfileRegistry
Terminal
Profile
Registry
constructor
(
osName
:
String
=
System.getProperty("os.name")
,
environment
:
Map
<
String
,
String
>
=
System.getenv()
,
pathSeparator
:
String
=
File.pathSeparator
,
executableExists
:
(
Path
)
->
Boolean
=
Files::isRegularFile
)