![JAR search and dependency download from the Maven repository](/logo.png)
com.pastdev.jsch.nio.file.StandardGroupPrincipal Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jsch-nio Show documentation
Show all versions of jsch-nio Show documentation
A Java 7 FileSystem implementation over SSH using JSch and jsch-extension
package com.pastdev.jsch.nio.file;
import java.nio.file.attribute.GroupPrincipal;
class StandardGroupPrincipal extends StandardUserPrincipal implements GroupPrincipal {
StandardGroupPrincipal( String name ) {
super( name );
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy