public class ResourceFileService
| Modifier and Type | Class and Description |
|---|---|
static class |
ResourceFileService.Companion |
| Modifier and Type | Field and Description |
|---|---|
static ResourceFileService.Companion |
Companion |
| Constructor and Description |
|---|
ResourceFileService() |
| Modifier and Type | Method and Description |
|---|---|
void |
delete(com.testerum.model.infrastructure.path.Path path,
java.nio.file.Path resourcesDir) |
void |
deleteDirectory(com.testerum.model.infrastructure.path.Path path,
java.nio.file.Path resourcesDir) |
java.util.List<com.testerum.model.infrastructure.path.Path> |
getPathsOfSharedResources(com.testerum.model.resources.ResourceType resourceType,
java.nio.file.Path resourcesDir) |
com.testerum.model.resources.ResourceContext |
getResourceAtPath(com.testerum.model.infrastructure.path.Path path,
java.nio.file.Path resourcesDir) |
com.testerum.model.resources.ResourceContext |
getResourceByPathAndType(com.testerum.model.infrastructure.path.Path path,
com.testerum.model.resources.ResourceType resourceType,
java.nio.file.Path resourcesDir) |
com.testerum.model.infrastructure.path.Path |
moveDirectoryOrFile(com.testerum.model.infrastructure.path.CopyPath copyPath,
com.testerum.model.resources.ResourceType resourceType,
java.nio.file.Path resourcesDir) |
com.testerum.model.infrastructure.path.Path |
renameDirectory(com.testerum.model.infrastructure.path.RenamePath renamePath,
java.nio.file.Path resourcesDir) |
com.testerum.model.resources.ResourceContext |
save(com.testerum.model.resources.ResourceContext resourceContext,
java.nio.file.Path resourcesDir) |
public static ResourceFileService.Companion Companion
@Nullable
public com.testerum.model.resources.ResourceContext getResourceByPathAndType(@NotNull
com.testerum.model.infrastructure.path.Path path,
@NotNull
com.testerum.model.resources.ResourceType resourceType,
@NotNull
java.nio.file.Path resourcesDir)
@Nullable
public com.testerum.model.resources.ResourceContext getResourceAtPath(@NotNull
com.testerum.model.infrastructure.path.Path path,
@NotNull
java.nio.file.Path resourcesDir)
@NotNull
public com.testerum.model.resources.ResourceContext save(@NotNull
com.testerum.model.resources.ResourceContext resourceContext,
@NotNull
java.nio.file.Path resourcesDir)
public void delete(@NotNull
com.testerum.model.infrastructure.path.Path path,
@NotNull
java.nio.file.Path resourcesDir)
@NotNull
public java.util.List<com.testerum.model.infrastructure.path.Path> getPathsOfSharedResources(@NotNull
com.testerum.model.resources.ResourceType resourceType,
@NotNull
java.nio.file.Path resourcesDir)
@NotNull
public com.testerum.model.infrastructure.path.Path renameDirectory(@NotNull
com.testerum.model.infrastructure.path.RenamePath renamePath,
@NotNull
java.nio.file.Path resourcesDir)
public void deleteDirectory(@NotNull
com.testerum.model.infrastructure.path.Path path,
@NotNull
java.nio.file.Path resourcesDir)
@NotNull
public com.testerum.model.infrastructure.path.Path moveDirectoryOrFile(@NotNull
com.testerum.model.infrastructure.path.CopyPath copyPath,
@NotNull
com.testerum.model.resources.ResourceType resourceType,
@NotNull
java.nio.file.Path resourcesDir)