org.jline.terminal.spi.SystemStream Maven / Gradle / Ivy
/*
* Copyright (c) 2023, the original author(s).
*
* This software is distributable under the BSD license. See the terms of the
* BSD license in the documentation provided with this software.
*
* https://opensource.org/licenses/BSD-3-Clause
*/
package org.jline.terminal.spi;
public enum SystemStream {
Input,
Output,
Error
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy