Package cu.ftpd.user.userbases.actions.formatters

Examples of cu.ftpd.user.userbases.actions.formatters.GroupFormatter


public class ViewGroup extends UserbaseAction {
    private final GroupFormatter groupFormatter;
   
    public ViewGroup(File formatterTemplateFile) {
        super("group");
        groupFormatter = new GroupFormatter(formatterTemplateFile);
    }
View Full Code Here

TOP

Related Classes of cu.ftpd.user.userbases.actions.formatters.GroupFormatter

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.