org.tinyjee.maven.dim.sources
Class UrlSource

java.lang.Object
  extended by org.tinyjee.maven.dim.spi.AbstractSource
      extended by org.tinyjee.maven.dim.sources.UrlSource
All Implemented Interfaces:
Source

public class UrlSource
extends AbstractSource

Wraps the logic of translating a source URL to the Source interface.

Version:
1.0
Author:
Juergen_Kellerer, 2010-09-06

Nested Class Summary
 
Nested classes/interfaces inherited from class org.tinyjee.maven.dim.spi.AbstractSource
AbstractSource.SourceContent
 
Nested classes/interfaces inherited from interface org.tinyjee.maven.dim.spi.Source
Source.Content
 
Field Summary
 
Fields inherited from class org.tinyjee.maven.dim.spi.AbstractSource
parameters, sourceUrl
 
Constructor Summary
UrlSource(URL sourceUrl, Map<String,Object> parameters)
           
 
Method Summary
 
Methods inherited from class org.tinyjee.maven.dim.spi.AbstractSource
getContent, getUrl, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UrlSource

public UrlSource(URL sourceUrl,
                 Map<String,Object> parameters)