public interface GraphVisitor
| Modifier and Type | Method and Description |
|---|---|
List<Class<? extends GraphVisitor>> |
getDependencies() |
VisitorPhase |
getPhase() |
void |
run() |
void |
visitArchive(org.jboss.windup.graph.model.resource.ArchiveResource entry) |
void |
visitArchiveEntry(org.jboss.windup.graph.model.resource.ArchiveEntryResource entry) |
void |
visitDoctype(org.jboss.windup.graph.model.meta.xml.DoctypeMeta entry) |
void |
visitEarArchive(org.jboss.windup.graph.model.resource.EarArchive entry) |
void |
visitEjbConfiguration(org.jboss.windup.graph.model.meta.xml.EjbConfigurationFacet entry) |
void |
visitEjbEntity(org.jboss.windup.graph.model.meta.javaclass.EjbEntityFacet entry) |
void |
visitEjbEntity(org.jboss.windup.graph.model.meta.javaclass.SpringBeanFacet entry) |
void |
visitEjbService(org.jboss.windup.graph.model.meta.javaclass.EjbSessionBeanFacet entry) |
void |
visitFile(org.jboss.windup.graph.model.resource.FileResource entry) |
void |
visitJarArchive(org.jboss.windup.graph.model.resource.JarArchive entry) |
void |
visitJavaClass(org.jboss.windup.graph.model.resource.JavaClass entry) |
void |
visitMessageDrivenBean(org.jboss.windup.graph.model.meta.javaclass.MessageDrivenBeanFacet entry) |
void |
visitNamespace(org.jboss.windup.graph.model.meta.xml.NamespaceMeta entry) |
void |
visitResource(org.jboss.windup.graph.model.resource.Resource entry) |
void |
visitSpringConfiguration(org.jboss.windup.graph.model.meta.xml.SpringConfigurationFacet entry) |
void |
visitWarArchive(org.jboss.windup.graph.model.resource.WarArchive entry) |
void |
visitXmlResource(org.jboss.windup.graph.model.resource.XmlResource entry) |
VisitorPhase getPhase()
List<Class<? extends GraphVisitor>> getDependencies()
void run()
void visitResource(org.jboss.windup.graph.model.resource.Resource entry)
void visitFile(org.jboss.windup.graph.model.resource.FileResource entry)
void visitArchive(org.jboss.windup.graph.model.resource.ArchiveResource entry)
void visitArchiveEntry(org.jboss.windup.graph.model.resource.ArchiveEntryResource entry)
void visitEarArchive(org.jboss.windup.graph.model.resource.EarArchive entry)
void visitJarArchive(org.jboss.windup.graph.model.resource.JarArchive entry)
void visitWarArchive(org.jboss.windup.graph.model.resource.WarArchive entry)
void visitJavaClass(org.jboss.windup.graph.model.resource.JavaClass entry)
void visitEjbEntity(org.jboss.windup.graph.model.meta.javaclass.EjbEntityFacet entry)
void visitEjbService(org.jboss.windup.graph.model.meta.javaclass.EjbSessionBeanFacet entry)
void visitMessageDrivenBean(org.jboss.windup.graph.model.meta.javaclass.MessageDrivenBeanFacet entry)
void visitEjbEntity(org.jboss.windup.graph.model.meta.javaclass.SpringBeanFacet entry)
void visitXmlResource(org.jboss.windup.graph.model.resource.XmlResource entry)
void visitEjbConfiguration(org.jboss.windup.graph.model.meta.xml.EjbConfigurationFacet entry)
void visitSpringConfiguration(org.jboss.windup.graph.model.meta.xml.SpringConfigurationFacet entry)
void visitDoctype(org.jboss.windup.graph.model.meta.xml.DoctypeMeta entry)
void visitNamespace(org.jboss.windup.graph.model.meta.xml.NamespaceMeta entry)
Copyright © 2014 JBoss by Red Hat. All rights reserved.