org.onebusaway.presentation.impl.resources
Class DefaultResourceTransformationStrategy

java.lang.Object
  extended by org.onebusaway.presentation.impl.resources.DefaultResourceTransformationStrategy
All Implemented Interfaces:
ResourceTransformationStrategy

public class DefaultResourceTransformationStrategy
extends Object
implements ResourceTransformationStrategy


Constructor Summary
DefaultResourceTransformationStrategy()
           
 
Method Summary
 boolean requiresTransformation()
           
 void transformResource(ResourceService resourceService, URL sourceResource, File targetResource)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultResourceTransformationStrategy

public DefaultResourceTransformationStrategy()
Method Detail

requiresTransformation

public boolean requiresTransformation()
Specified by:
requiresTransformation in interface ResourceTransformationStrategy

transformResource

public void transformResource(ResourceService resourceService,
                              URL sourceResource,
                              File targetResource)
Specified by:
transformResource in interface ResourceTransformationStrategy


Copyright © 2012 OneBusAway. All Rights Reserved.