Package org.openstreetmap.osmosis.core.pipeline.common

Examples of org.openstreetmap.osmosis.core.pipeline.common.TaskConfiguration


    // Build a unique task id.
    taskId = (taskConfigList.size() + 1) + "-" + taskType;
   
    // Create a new task information object and add it to the list.
    taskConfigList.add(
      new TaskConfiguration(taskId, taskType, pipeArgs, taskArgs, defaultArg)
    );
   
    return i;
  }
View Full Code Here

TOP

Related Classes of org.openstreetmap.osmosis.core.pipeline.common.TaskConfiguration

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.