VulpesCloud
Toggle table of contents
2.0.0
jvm
Platform filter
jvm
Switch theme
Search in API
VulpesCloud
VulpesCloud-api
/
de.vulpescloud.api.template
/
TemplateStorage
Template
Storage
interface
TemplateStorage
:
Named
Members
Functions
copy
Path
To
Template
Link copied to clipboard
abstract
fun
copyPathToTemplate
(
path
:
Path
,
template
:
Template
)
copy
Template
To
Path
Link copied to clipboard
abstract
fun
copyTemplateToPath
(
template
:
Template
,
path
:
Path
)
create
Template
Link copied to clipboard
abstract
fun
createTemplate
(
template
:
Template
)
delete
Template
Link copied to clipboard
abstract
fun
deleteTemplate
(
template
:
Template
)
has
Template
Link copied to clipboard
abstract
fun
hasTemplate
(
template
:
Template
)
:
Boolean
name
Link copied to clipboard
abstract
fun
name
(
)
:
String
templates
Link copied to clipboard
abstract
fun
templates
(
)
:
List
<
Template
>