| Package | Description |
|---|---|
| org.jboss.windup.engine.visitor.inspector | |
| org.jboss.windup.engine.visitor.reporter |
| Modifier and Type | Class and Description |
|---|---|
class |
ArchiveEntryIndexVisitor
Goes through an archive adding the archive entries to the graph.
|
class |
ArchiveHashVisitor
Extracts the hash values from the archive and sets them on the archive vertex.
|
class |
ArchiveTypingVisitor
Determines the extension of the "unknown" archive type, and then casts it to the subtype: JAR, WAR, EAR, etc.
|
class |
BasicVisitor |
class |
DebugVisitor
Goes through an archive adding the archive entries to the graph.
|
class |
DirectoryVisitor |
class |
EjbConfigurationVisitor
Goes over all XML files that contain Enterprise JavaBean doctype and checks root tag, then adds EJB facet.
|
class |
HibernateConfigurationVisitor
Goes over all XML files that contain Hibernate configuration
|
class |
HibernateMappingVisitor
Goes over all XML files that contain Hibernate namespace and checks root tag, then adds Hibernate facet.
|
class |
JavaClassVisitor
For all Java Class entries in the zip, this sets up the JavaClass graph entries.
|
class |
JNDIExtractorVisitor |
class |
ManifestVisitor
Extracts manifest information to graph.
|
class |
MavenFacetVisitor
Adds the MavenFacet to the XML.
|
class |
MavenRemoteFetchVisitor
If the JAR did not contain a POM, try and look up the POM from Maven Central.
|
class |
SpringConfigurationVisitor
Goes over all XML files that contain Spring namespace and checks root tag, then adds Spring facet.
|
class |
WebConfigurationVisitor
Goes over all XML files that contain Web App tags, then adds Web facet.
|
class |
XmlResourceVisitor
Adds the XMLResource Facet to the resource.
|
class |
ZipArchiveGraphVisitor
Takes untyped archives, and casts them to the appropriate type within the graph.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ArchiveDependsOnReporter
For each JAR, this displays the JARs that this JAR depends on.
|
class |
ArchiveProvidesReporter
For each JAR, list the classes it provides.
|
class |
ArchiveTransitiveDependsOnReporter
For each JAR, recurse the dependencies / provides for to determine transitivity.
|
class |
ClassNotFoundReporter
Display Java Classes not found but referenced by another class.
|
class |
DoctypeReporter
Displays all doctypes found when running Windup.
|
class |
DuplicateClassReporter
Find situations where a class is provided by multiple archives.
|
class |
EjbConfigurationReporter
Displays all EJB Configurations found when running Windup.
|
class |
GraphRenderReporter
Serializes the graph to GraphML.
|
class |
HibernateConfigurationReporter
Displays all doctypes found when running Windup.
|
class |
HibernateEntityReporter
Displays all Hibernate Entity classes.
|
class |
JarManifestReporter
Shows all manifest properties.
|
class |
MavenPomReporter
Shows Maven POM information.
|
class |
NamespacesFoundReporter
Shows the XML Namespaces used in the application and references to the XML files which contain the namespace.
|
class |
WriteGraphToGraphMLReporter
Writes Windup graph to GraphML file.
|
Copyright © 2014 JBoss by Red Hat. All rights reserved.