Package | Description |
---|---|
org.apache.maven.shared.jar | |
org.apache.maven.shared.jar.identification | |
org.apache.maven.shared.jar.identification.exposers |
Modifier and Type | Method and Description |
---|---|
JarIdentification |
JarData.getJarIdentification() |
Modifier and Type | Method and Description |
---|---|
void |
JarData.setJarIdentification(JarIdentification jarIdentification) |
Modifier and Type | Method and Description |
---|---|
JarIdentification |
JarIdentificationAnalysis.analyze(JarAnalyzer jarAnalyzer)
Analyze a JAR and find any associated Maven metadata.
|
Modifier and Type | Method and Description |
---|---|
void |
JarIdentificationExposer.expose(JarIdentification identification,
JarAnalyzer jarAnalyzer)
Expose metadata during the identification process.
|
Modifier and Type | Method and Description |
---|---|
void |
TimestampExposer.expose(JarIdentification identification,
JarAnalyzer jarAnalyzer) |
void |
TextFileExposer.expose(JarIdentification identification,
JarAnalyzer jarAnalyzer) |
void |
StaticMainOutputExposer.expose(JarIdentification identification,
JarAnalyzer jarAnalyzer) |
void |
RepositorySearchExposer.expose(JarIdentification identification,
JarAnalyzer jarAnalyzer) |
void |
ManifestExposer.expose(JarIdentification identification,
JarAnalyzer jarAnalyzer) |
void |
JarClassesExposer.expose(JarIdentification identification,
JarAnalyzer jarAnalyzer) |
void |
FilenameExposer.expose(JarIdentification identification,
JarAnalyzer jarAnalyzer) |
void |
EmbeddedMavenModelExposer.expose(JarIdentification identification,
JarAnalyzer jarAnalyzer) |
Copyright © 2002–2024 The Apache Software Foundation. All rights reserved.