Package com.asakusafw.vocabulary.external

Examples of com.asakusafw.vocabulary.external.ImporterDescription


                extract(output.getDescription()).getOutputFormat());
    }

    private FileImporterDescription extract(InputDescription description) {
        assert description != null;
        ImporterDescription importer = description.getImporterDescription();
        assert importer != null;
        assert importer instanceof FileImporterDescription;
        return (FileImporterDescription) importer;
    }
View Full Code Here

TOP

Related Classes of com.asakusafw.vocabulary.external.ImporterDescription

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.