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

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

package com.pastdev.jsch.nio.file;

import java.nio.file.attribute.GroupPrincipal;

class StandardGroupPrincipal extends StandardUserPrincipal implements GroupPrincipal {
    StandardGroupPrincipal( String name ) {
        super( name );
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy