ro.isdc.wro.model.resource.locator.wildcard
Class WildcardContext

java.lang.Object
  extended by ro.isdc.wro.model.resource.locator.wildcard.WildcardContext

public final class WildcardContext
extends Object

Defines a wildcard context based on provided resource uri and the folder representing the starting point of the search for the resources.

Since:
1.4.4
Author:
Alex Objelean

Constructor Summary
WildcardContext(String uri, File folder)
           
 
Method Summary
 File getFolder()
           
 String getUri()
           
 String getWildcard()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WildcardContext

public WildcardContext(String uri,
                       File folder)
Parameters:
uri - the resource uri containing the wildcard.
folder - the folder representing the parent folder of the uri where the search will be performed.
Method Detail

getUri

public String getUri()

getFolder

public File getFolder()

getWildcard

public String getWildcard()
Returns:
the part of the uri containing the wildcard.


Copyright © 2008-2013. All Rights Reserved.