java.lang.Object
io.xpipe.core.util.JacksonizedValue
io.xpipe.core.impl.LocalStore
- All Implemented Interfaces:
DataStore,FileSystemStore,LaunchableStore,ShellStore,StatefulDataStore
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic FileSystemstatic ShellControlgetShell()static voidinit()Methods inherited from class io.xpipe.core.util.JacksonizedValue
equals, hashCode, toStringMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface io.xpipe.core.store.DataStore
asNeeded, canOpen, checkComplete, delete, determineDefaultName, determineLastModified, getFlow, isComplete, isContentExclusivelyAccessible, shouldPersist, shouldSaveMethods inherited from interface io.xpipe.core.store.ShellStore
control, createFileSystem, determineType, getCharset, getOsType, getShellType, prepareLaunchCommand, queryMachineName, validateMethods inherited from interface io.xpipe.core.store.StatefulDataStore
getOrComputeState, getState, setState
-
Constructor Details
-
LocalStore
public LocalStore()
-
-
Method Details
-
init
- Throws:
Exception
-
getShell
-
getFileSystem
-
createBasicControl
- Specified by:
createBasicControlin interfaceShellStore
-