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

com.pastdev.jsch.nio.file.Variant Maven / Gradle / Ivy

package com.pastdev.jsch.nio.file;


public enum Variant {
    /** Gnu version of command */
    GNU,
    /** BSD version of command */
    BSD
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy