All Downloads are FREE. Search and download functionalities are using the official Maven repository.

aQute.libg.remote.sink.AreaImpl Maven / Gradle / Ivy

There is a newer version: 7.0.0
Show newest version
package aQute.libg.remote.sink;

import java.io.File;
import java.io.InputStream;
import java.io.PipedOutputStream;

import aQute.libg.command.Command;
import aQute.libg.remote.Area;

public class AreaImpl extends Area {
	File				root;
	File				cwd;
	Command				command;
	Thread				thread;
	InputStream			stdin;
	Appendable			stdout;
	Appendable			stderr;
	PipedOutputStream	toStdin;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy