Package scalaxb.compiler

Examples of scalaxb.compiler.Module


     * Runs scalaxb using the specified arguments.
     */
    private List<File> generateSources(Arguments args) {
        File file = args.files().head();
        boolean verbose = args.verbose();
        Module module = MODULE$.moduleByFileName(file);
        configureLogging(verbose);
        List<File> generated = seqAsJavaList(
                module.processFiles(args.files(), args.config()));
        return generated;
    }
View Full Code Here

TOP

Related Classes of scalaxb.compiler.Module

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.