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 ShellControlstatic ShellControlgetShell()static voidinit()static booleanMethods 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, getFlow, isComplete, isContentExclusivelyAccessible, shouldPersist, shouldSaveMethods inherited from interface io.xpipe.core.store.LaunchableStore
canLaunchMethods 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, isInStorage, setState
-
Constructor Details
-
LocalStore
public LocalStore()
-
-
Method Details
-
init
- Throws:
Exception
-
getLocalPowershell
- Throws:
Exception
-
isLocalShellInitialized
public static boolean isLocalShellInitialized() -
getShell
-
getFileSystem
-
createBasicControl
- Specified by:
createBasicControlin interfaceShellStore
-