public enum SystemRegistryImpl.Pipe
Pipe operators used to connect commands in a pipeline.
| Enum constant | Description |
|---|---|
AND |
Logical AND, next command runs only if previous succeeds |
APPEND |
Output redirection to file with append |
FLIP |
Sequential execution, next command runs regardless of previous result |
NAMED |
Named pipe |
OR |
Logical OR, next command runs only if previous fails |
PIPE |
Pipe to external process |
REDIRECT |
Output redirection to file |
Logical AND, next command runs only if previous succeeds
Output redirection to file with append
Sequential execution, next command runs regardless of previous result
Named pipe
Logical OR, next command runs only if previous fails
Pipe to external process
Output redirection to file
Copyright © 2003-2026 The Apache Software Foundation. All rights reserved.