eu.planets_project.services.utils.cli
Class CliMigrationPath

java.lang.Object
  extended by eu.planets_project.services.utils.cli.CliMigrationPath

public class CliMigrationPath
extends Object

Migration paths created from a XML config file.

Author:
Asger Blekinge-Rasmussen

Constructor Summary
CliMigrationPath(Set<URI> froms, Set<URI> tos, String command)
           
 
Method Summary
 String getConmmandLine(List<Parameter> toolParameters)
           
 Set<URI> getIn()
           
 Set<URI> getOut()
           
 String getTool()
           
 boolean useTempDestinationFile()
           
 boolean useTempSourceFile()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CliMigrationPath

public CliMigrationPath(Set<URI> froms,
                        Set<URI> tos,
                        String command)
Parameters:
froms - The source formats
tos - The target formats
command - The command
Method Detail

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.