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
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
create, 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
-
getShell
- Throws:
Exception
-
getFileSystem
- Throws:
Exception
-
createFileSystem
- Specified by:
createFileSystemin interfaceFileSystemStore- Specified by:
createFileSystemin interfaceShellStore
-
createControl
- Specified by:
createControlin interfaceShellStore
-