eu.planets_project.services.utils.cli
Class CliMigrationPath
java.lang.Object
eu.planets_project.services.utils.cli.CliMigrationPath
public class CliMigrationPath
- extends Object
Migration paths created from a XML config file.
- Author:
- Asger Blekinge-Rasmussen
CliMigrationPath
public CliMigrationPath(Set<URI> froms,
Set<URI> tos,
String command)
- Parameters:
froms
- The source formatstos
- The target formatscommand
- The command
getIn
public Set<URI> getIn()
- Returns:
- The input formats
getOut
public Set<URI> getOut()
- Returns:
- The output formats
getTool
public String getTool()
- Returns:
- The tool
useTempSourceFile
public boolean useTempSourceFile()
- Returns:
- Not yet implemented
useTempDestinationFile
public boolean useTempDestinationFile()
- Returns:
- Not yet implemented
getConmmandLine
public String getConmmandLine(List<Parameter> toolParameters)
- Parameters:
toolParameters
-
- Returns:
- The command line
Copyright © 2013 Open Planets Foundation. All Rights Reserved.