Package ds.pjftp.structure.impl

Examples of ds.pjftp.structure.impl.FileStructure


     * @return appropriate implementation of Structure class.
     */
    public static Structure get(final char type) {

        if (type == FILE_UP || type == FILE_LOW) {
            return new FileStructure();
        }
        return null;
    }
View Full Code Here

TOP

Related Classes of ds.pjftp.structure.impl.FileStructure

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.