Package org.ametys.plugins.linkdirectory
Class LinkMetadataURIResolver.Info
java.lang.Object
org.ametys.plugins.linkdirectory.LinkMetadataURIResolver.Info
- Enclosing class:
- LinkMetadataURIResolver
data information.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet the data path.getLink()
Get the link.void
setDataPath
(String path) Set the data path.void
setLink
(DefaultLink link) Set the link.
-
Constructor Details
-
Info
protected Info()
-
-
Method Details
-
getDataPath
Get the data path.- Returns:
- the data path.
-
setDataPath
Set the data path.- Parameters:
path
- the data path to set
-
getLink
Get the link.- Returns:
- the link
-
setLink
Set the link.- Parameters:
link
- the link to set
-