Package org.jboss.windup.tooling.data
Interface Link
-
- All Superinterfaces:
Serializable
public interface Link extends Serializable
Contains information about a Link (href and name).- Author:
- Jesse Sightler
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetDescription()Contains a description of the link.StringgetUrl()Contains the URL.
-