java.lang.Object
io.xpipe.core.util.JacksonizedValue
io.xpipe.core.impl.LocalStore
- All Implemented Interfaces:
DataStore,FileSystemStore,MachineStore,ShellStore
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreate()booleanbooleanisLocal()booleanopenOutput(String file) 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, isContentExclusivelyAccessibleMethods inherited from interface io.xpipe.core.store.ShellStore
determineType, queryMachineName, validate
-
Constructor Details
-
LocalStore
public LocalStore()
-
-
Method Details
-
isLocal
public boolean isLocal()- Specified by:
isLocalin interfaceMachineStore
-
exists
- Specified by:
existsin interfaceFileSystemStore- Specified by:
existsin interfaceMachineStore
-
mkdirs
- Specified by:
mkdirsin interfaceFileSystemStore- Specified by:
mkdirsin interfaceMachineStore- Throws:
Exception
-
openInput
- Specified by:
openInputin interfaceFileSystemStore- Specified by:
openInputin interfaceMachineStore- Throws:
Exception
-
openOutput
- Specified by:
openOutputin interfaceFileSystemStore- Specified by:
openOutputin interfaceMachineStore- Throws:
Exception
-
create
- Specified by:
createin interfaceShellStore
-