| Class | Description |
|---|---|
| ArchiveEntryIndexVisitor |
Goes through an archive adding the archive entries to the graph.
|
| ArchiveHashVisitor |
Extracts the hash values from the archive and sets them on the archive vertex.
|
| ArchiveTypingVisitor |
Determines the extension of the "unknown" archive type, and then casts it to the subtype: JAR, WAR, EAR, etc.
|
| BasicVisitor | |
| DebugVisitor |
Goes through an archive adding the archive entries to the graph.
|
| DirectoryVisitor | |
| EjbConfigurationVisitor |
Goes over all XML files that contain Enterprise JavaBean doctype and checks root tag, then adds EJB facet.
|
| HibernateConfigurationVisitor |
Goes over all XML files that contain Hibernate configuration
|
| HibernateMappingVisitor |
Goes over all XML files that contain Hibernate namespace and checks root tag, then adds Hibernate facet.
|
| JavaClassReader | |
| JavaClassVisitor |
For all Java Class entries in the zip, this sets up the JavaClass graph entries.
|
| JNDIExtractorVisitor | |
| ManifestVisitor |
Extracts manifest information to graph.
|
| MavenFacetVisitor |
Adds the MavenFacet to the XML.
|
| MavenRemoteFetchVisitor |
If the JAR did not contain a POM, try and look up the POM from Maven Central.
|
| SpringConfigurationVisitor |
Goes over all XML files that contain Spring namespace and checks root tag, then adds Spring facet.
|
| WebConfigurationVisitor |
Goes over all XML files that contain Web App tags, then adds Web facet.
|
| XmlResourceVisitor |
Adds the XMLResource Facet to the resource.
|
| ZipArchiveGraphVisitor |
Takes untyped archives, and casts them to the appropriate type within the graph.
|
Copyright © 2014 JBoss by Red Hat. All rights reserved.