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 ResourcePathKeyabsolute(String resoucePath)booleanequals(Object obj)StringgetContextPath()StringgetResoucePath()inthashCode()static ResourcePathKeyinContext(RepositoryContext repositoryContext, String resoucePath)StringtoString()
-
-
-
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()
-
-