Index
All Classes and Interfaces|All Packages|Constant Field Values
A
- addSitemapToJavadocJar(File, String) - Static method in class com.aoapps.ant.tasks.GenerateJavadocSitemap
-
Adds a sitemap to a single JAR file as described in this class header.
- addTrackingCodeToZip(File, String) - Static method in class com.aoapps.ant.tasks.InsertGoogleAnalyticsTracking
-
Inserts the modern Google Analytics Global Site Tag into the
<head>
of allSeoJavadocFilter.FILTER_EXTENSION
files in the given ZIP file. - ANY_URL - Static variable in class com.aoapps.ant.tasks.SeoJavadocFilter
-
The value used to match any URL for
SeoJavadocFilterTask.setNofollow(java.lang.String)
orSeoJavadocFilterTask.setFollow(java.lang.String)
.
C
- com.aoapps.ant.tasks - module com.aoapps.ant.tasks
- com.aoapps.ant.tasks - package com.aoapps.ant.tasks
- CreateZippedDirectoriesTask - Class in com.aoapps.ant.tasks
-
Creates a ZIP file with a set of directories up to and including the given path.
- CreateZippedDirectoriesTask() - Constructor for class com.aoapps.ant.tasks.CreateZippedDirectoriesTask
E
- execute() - Method in class com.aoapps.ant.tasks.CreateZippedDirectoriesTask
- execute() - Method in class com.aoapps.ant.tasks.GenerateJavadocSitemapTask
-
Calls
GenerateJavadocSitemap.addSitemapToJavadocJar(java.io.File, java.lang.String)
for each file inGenerateJavadocSitemapTask.setBuildDirectory(java.lang.String)
that matchesSeoJavadocFilterTask.javadocJarFilter
while logging toTask.log(java.lang.String, int)
. - execute() - Method in class com.aoapps.ant.tasks.InsertGoogleAnalyticsTrackingTask
-
Calls
InsertGoogleAnalyticsTracking.addTrackingCodeToZip(java.io.File, java.lang.String)
with the given ZIP file while logging toTask.log(java.lang.String, int)
. - execute() - Method in class com.aoapps.ant.tasks.SeoJavadocFilterTask
-
Calls
SeoJavadocFilter.filterJavadocJar(java.io.File, java.lang.String, java.lang.Iterable, java.lang.Iterable)
for each file inSeoJavadocFilterTask.setBuildDirectory(java.lang.String)
that matchesSeoJavadocFilterTask.javadocJarFilter
while logging toTask.log(java.lang.String, int)
. - execute() - Method in class com.aoapps.ant.tasks.ZipTimestampMergeTask
F
- filterJavadocJar(File, String, Iterable<String>, Iterable<String>) - Static method in class com.aoapps.ant.tasks.SeoJavadocFilter
-
Filters a single JAR file with the transformations described in this class header.
G
- GenerateJavadocSitemap - Class in com.aoapps.ant.tasks
- GenerateJavadocSitemapTask - Class in com.aoapps.ant.tasks
-
Ant task that invokes
GenerateJavadocSitemap.addSitemapToJavadocJar(java.io.File, java.lang.String)
. - GenerateJavadocSitemapTask() - Constructor for class com.aoapps.ant.tasks.GenerateJavadocSitemapTask
I
- InsertGoogleAnalyticsTracking - Class in com.aoapps.ant.tasks
-
Inserts the modern Google Analytics Global Site Tag into the
<head>
of allSeoJavadocFilter.FILTER_EXTENSION
files in ZIP files. - InsertGoogleAnalyticsTrackingTask - Class in com.aoapps.ant.tasks
-
Ant task that invokes
InsertGoogleAnalyticsTracking.addTrackingCodeToZip(java.io.File, java.lang.String)
. - InsertGoogleAnalyticsTrackingTask() - Constructor for class com.aoapps.ant.tasks.InsertGoogleAnalyticsTrackingTask
M
- mergeDirectory(Instant, boolean, boolean, File, File) - Static method in class com.aoapps.ant.tasks.ZipTimestampMerge
-
Merges all
*.aar
,*.jar
,*.war
, and*.zip
files betweenlastBuildDirectory
andbuildDirectory
. - mergeFile(Instant, boolean, File, File) - Static method in class com.aoapps.ant.tasks.ZipTimestampMerge
-
Creates a ZIP file with contents matching
buildArtifact
but with timestamps derived fromlastBuildArtifact
.
S
- SeoJavadocFilter - Class in com.aoapps.ant.tasks
-
Filters javadocs for search engine optimization.
- SeoJavadocFilterTask - Class in com.aoapps.ant.tasks
- SeoJavadocFilterTask() - Constructor for class com.aoapps.ant.tasks.SeoJavadocFilterTask
- setBuildDirectory(String) - Method in class com.aoapps.ant.tasks.GenerateJavadocSitemapTask
-
The current build directory.
- setBuildDirectory(String) - Method in class com.aoapps.ant.tasks.SeoJavadocFilterTask
-
The current build directory.
- setBuildDirectory(String) - Method in class com.aoapps.ant.tasks.ZipTimestampMergeTask
-
The directory that contains the artifacts of the current build.
- setBuildReproducible(boolean) - Method in class com.aoapps.ant.tasks.ZipTimestampMergeTask
-
When the build is reproducible (the default), all AAR/JAR/WAR/ZIP entries are verified to match
outputTimestamp
. - setFile(String) - Method in class com.aoapps.ant.tasks.InsertGoogleAnalyticsTrackingTask
-
The ZIP file to add Google Analytics tracking codes to.
- setFollow(String) - Method in class com.aoapps.ant.tasks.SeoJavadocFilterTask
-
The comma/whitespace separated list of URL prefixes (case-insensitive) to not set as
rel="nofollow"
. - setGeneratePath(String) - Method in class com.aoapps.ant.tasks.CreateZippedDirectoriesTask
-
The path to generate in the ZIP file, including all parents, each with timestamps matching the reference.
- setGenerateZip(String) - Method in class com.aoapps.ant.tasks.CreateZippedDirectoriesTask
-
The ZIP file that will be generated containing the given path and all parents, each with timestamps matching the reference.
- setGoogleAnalyticsTrackingId(String) - Method in class com.aoapps.ant.tasks.InsertGoogleAnalyticsTrackingTask
-
The modern Google Analytics Global Site Tag tracking ID, which will currently be the Google Analytics 4 (GA4) Measurement ID.
- setLastBuildDirectory(String) - Method in class com.aoapps.ant.tasks.ZipTimestampMergeTask
-
The directory that contains the artifacts of the last successful build.
- setNofollow(String) - Method in class com.aoapps.ant.tasks.SeoJavadocFilterTask
-
The comma/whitespace separated list of URL prefixes (case-insensitive) to set as
rel="nofollow"
. - setOutputTimestamp(String) - Method in class com.aoapps.ant.tasks.ZipTimestampMergeTask
-
The output timestamp used for entries that are found to be updated.
- setProjectUrl(String) - Method in class com.aoapps.ant.tasks.GenerateJavadocSitemapTask
-
The project url.
- setProjectUrl(String) - Method in class com.aoapps.ant.tasks.SeoJavadocFilterTask
-
The project url.
- setReferencePath(String) - Method in class com.aoapps.ant.tasks.CreateZippedDirectoriesTask
-
The path within the ZIP file that will be referenced to get the timestamp.
- setReferenceZip(String) - Method in class com.aoapps.ant.tasks.CreateZippedDirectoriesTask
-
The ZIP file that will be referenced to get the timestamp.
- setRequireLastBuild(boolean) - Method in class com.aoapps.ant.tasks.ZipTimestampMergeTask
-
When requiring the last successful build (the default), all AAR/JAR/WAR/ZIP files in
buildDirectory
must have a one-for-one corresponding file inlastBuildDirectory
. - setSubprojectSubpath(String) - Method in class com.aoapps.ant.tasks.GenerateJavadocSitemapTask
-
The sub-project sub-path used in the url.
- setSubprojectSubpath(String) - Method in class com.aoapps.ant.tasks.SeoJavadocFilterTask
-
The sub-project sub-path used in the url.
Z
- ZipTimestampMerge - Class in com.aoapps.ant.tasks
-
Standalone implementation of ZIP-file timestamp merging.
- ZipTimestampMergeTask - Class in com.aoapps.ant.tasks
- ZipTimestampMergeTask() - Constructor for class com.aoapps.ant.tasks.ZipTimestampMergeTask
All Classes and Interfaces|All Packages|Constant Field Values