Package net.sf.jasperreports.repo
Class StandardResourceInfo
- java.lang.Object
-
- net.sf.jasperreports.repo.StandardResourceInfo
-
- All Implemented Interfaces:
ResourceInfo
public class StandardResourceInfo extends java.lang.Object implements ResourceInfo
- Author:
- Lucian Chirita (lucianc@users.sourceforge.net)
-
-
Constructor Summary
Constructors Constructor Description StandardResourceInfo()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static StandardResourceInfofrom(java.io.File resourceFile)static StandardResourceInfofrom(java.nio.file.Path resourcePath)java.lang.StringgetRepositoryContextLocation()java.lang.StringgetRepositoryResourceLocation()voidsetRepositoryContextLocation(java.lang.String contextLocation)voidsetRepositoryResourceLocation(java.lang.String resourceLocation)
-
-
-
Method Detail
-
from
public static StandardResourceInfo from(java.io.File resourceFile)
-
from
public static StandardResourceInfo from(java.nio.file.Path resourcePath)
-
getRepositoryResourceLocation
public java.lang.String getRepositoryResourceLocation()
- Specified by:
getRepositoryResourceLocationin interfaceResourceInfo
-
setRepositoryResourceLocation
public void setRepositoryResourceLocation(java.lang.String resourceLocation)
-
getRepositoryContextLocation
public java.lang.String getRepositoryContextLocation()
- Specified by:
getRepositoryContextLocationin interfaceResourceInfo
-
setRepositoryContextLocation
public void setRepositoryContextLocation(java.lang.String contextLocation)
-
-