Package net.sf.jasperreports.repo
Class ResourcePathKey
- java.lang.Object
-
- net.sf.jasperreports.repo.ResourcePathKey
-
public class ResourcePathKey extends Object
- Author:
- Lucian Chirita (lucianc@users.sourceforge.net)
-
-
Constructor Summary
Constructors Constructor Description ResourcePathKey(String contextPath, String resoucePath)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ResourcePathKey
absolute(String resoucePath)
boolean
equals(Object obj)
String
getContextPath()
String
getResoucePath()
int
hashCode()
static ResourcePathKey
inContext(RepositoryContext repositoryContext, String resoucePath)
String
toString()
-
-
-
Method Detail
-
absolute
public static ResourcePathKey absolute(String resoucePath)
-
inContext
public static ResourcePathKey inContext(RepositoryContext repositoryContext, String resoucePath)
-
getContextPath
public String getContextPath()
-
getResoucePath
public String getResoucePath()
-
-