org.powertac.visualizer.services
Class VisualizerResourceLoaderService

java.lang.Object
  extended by org.powertac.visualizer.services.VisualizerResourceLoaderService
All Implemented Interfaces:
org.springframework.beans.factory.Aware, org.springframework.context.ResourceLoaderAware

@Service
public class VisualizerResourceLoaderService
extends Object
implements org.springframework.context.ResourceLoaderAware


Constructor Summary
VisualizerResourceLoaderService()
           
 
Method Summary
 String getConfigCanonicalPath()
           
 String getOutputCanonicalPath()
           
 org.springframework.core.io.Resource getResource(String location)
           
 void setResourceLoader(org.springframework.core.io.ResourceLoader resourceLoader)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VisualizerResourceLoaderService

public VisualizerResourceLoaderService()
Method Detail

setResourceLoader

public void setResourceLoader(org.springframework.core.io.ResourceLoader resourceLoader)
Specified by:
setResourceLoader in interface org.springframework.context.ResourceLoaderAware

getResource

public org.springframework.core.io.Resource getResource(String location)

getOutputCanonicalPath

public String getOutputCanonicalPath()
                              throws IOException
Throws:
IOException

getConfigCanonicalPath

public String getConfigCanonicalPath()
                              throws IOException
Throws:
IOException


Copyright © 2013 Power TAC. All Rights Reserved.