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
}
package com.pastdev.jsch.nio.file;
public enum Variant {
/** Gnu version of command */
GNU,
/** BSD version of command */
BSD
}