Package ball.maven.plugins.javadoc
Class Link
- java.lang.Object
-
- ball.maven.plugins.javadoc.Link
-
- Direct Known Subclasses:
Offlinelink
public class Link extends Object
<link/>
parameter.- Author:
- Allen D. Ball
-
-
Constructor Summary
Constructors Constructor Description Link()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description URL
getUrl(Artifact artifact)
Method to return aURL
substituting{g}
,{a}
, and{v}
withArtifact.getGroupId()
,Artifact.getArtifactId()
, andArtifact.getVersion()
, respectively.boolean
include(Artifact artifact)
-
-
-
Constructor Detail
-
Link
public Link()
-
-
Method Detail
-
getUrl
public URL getUrl(Artifact artifact)
Method to return aURL
substituting{g}
,{a}
, and{v}
withArtifact.getGroupId()
,Artifact.getArtifactId()
, andArtifact.getVersion()
, respectively.
-
-