Package uk.org.ogsadai.activity.io

Examples of uk.org.ogsadai.activity.io.ReaderActivityInput


    @Override
    protected ActivityInput[] getIterationInputs()
    {
        return new ActivityInput[] {
                new TypedActivityInput(INPUT_FILENAME, String.class),
                new ReaderActivityInput(INPUT_CONTENTS),
        };
    }
View Full Code Here

TOP

Related Classes of uk.org.ogsadai.activity.io.ReaderActivityInput

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.