All Classes Class Summary Annotation Types Summary
Class |
Description |
org.apache.yetus.maven.plugin.fileops.CreateDirsMojo |
Goal which creates the X directories.
|
org.apache.yetus.maven.plugin.fileops.CreateSymLinkMojo |
Goal which creates symlinks.
|
ExcludePrivateAnnotationsStandardDoclet |
A Doclet
for excluding elements that are annotated with
InterfaceAudience.Private or
InterfaceAudience.LimitedPrivate .
|
IncludePublicAnnotationsStandardDoclet |
A Doclet
that only includes class-level elements that are annotated with
InterfaceAudience.Public .
|
InterfaceAudience |
Annotation to inform users of a package, class or method's intended audience.
|
org.apache.yetus.audience.InterfaceAudience.LimitedPrivate |
Intended only for the project(s) specified in the annotation.
|
org.apache.yetus.audience.InterfaceAudience.Private |
Intended for use only within a given project.
|
org.apache.yetus.audience.InterfaceAudience.Public |
Intended for use by any project or application.
|
InterfaceStability |
Annotation to inform users of how much to rely on a particular package,
class or method not changing over time.
|
org.apache.yetus.audience.InterfaceStability.Evolving |
Evolving, but can break compatibility at minor release (i.e.
|
org.apache.yetus.audience.InterfaceStability.Stable |
Can evolve while retaining compatibility for minor release boundaries.
|
org.apache.yetus.audience.InterfaceStability.Unstable |
No guarantee is provided as to reliability or stability across any
level of release granularity.
|
org.apache.yetus.maven.plugin.fileops.MakeBins4Libs |
Goal which creates symlinks.
|