org.gcube.datatransformation.datatransformationlibrary.programs.metadata.util
Class XSLTRetriever

java.lang.Object
  extended by org.gcube.datatransformation.datatransformationlibrary.programs.metadata.util.XSLTRetriever

public class XSLTRetriever
extends Object

Author:
Dimitris Katris, NKUA

Retrieves an xslt from IS.


Constructor Summary
XSLTRetriever()
           
 
Method Summary
static String getXSLTFromIS(String xsltID, org.gcube.common.core.scope.GCUBEScope scope)
          Retrieves an xslt from IS.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XSLTRetriever

public XSLTRetriever()
Method Detail

getXSLTFromIS

public static String getXSLTFromIS(String xsltID,
                                   org.gcube.common.core.scope.GCUBEScope scope)
                            throws Exception
Retrieves an xslt from IS.

Parameters:
xsltID - The id of the xslt.
scope - The scope
Returns:
The xslt.
Throws:
Exception - If the xslt could not be fould or could not contact IS.


Copyright © 2013. All Rights Reserved.