| Package | Description |
|---|---|
| org.jboss.windup.engine.provider | |
| org.jboss.windup.engine.visitor | |
| org.jboss.windup.engine.visitor.inspector | |
| org.jboss.windup.engine.visitor.reporter |
| Modifier and Type | Method and Description |
|---|---|
List<GraphVisitor> |
ListenerChainProvider.getListenerChain() |
| Modifier and Type | Method and Description |
|---|---|
int |
GraphVisitorComparator.compare(GraphVisitor o1,
GraphVisitor o2) |
| Modifier and Type | Method and Description |
|---|---|
void |
ListenerChainProvider.disposeListners(List<GraphVisitor> listeners) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractGraphVisitor |
| Modifier and Type | Method and Description |
|---|---|
protected List<Class<? extends GraphVisitor>> |
AbstractGraphVisitor.generateDependencies(Class<? extends GraphVisitor>... deps) |
List<Class<? extends GraphVisitor>> |
AbstractGraphVisitor.getDependencies() |
List<Class<? extends GraphVisitor>> |
GraphVisitor.getDependencies() |
| 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 | Method and Description |
|---|---|
List<Class<? extends GraphVisitor>> |
ArchiveEntryIndexVisitor.getDependencies() |
List<Class<? extends GraphVisitor>> |
ArchiveTypingVisitor.getDependencies() |
List<Class<? extends GraphVisitor>> |
EjbConfigurationVisitor.getDependencies() |
List<Class<? extends GraphVisitor>> |
ZipArchiveGraphVisitor.getDependencies() |
List<Class<? extends GraphVisitor>> |
DirectoryVisitor.getDependencies() |
| 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.