public abstract class WebXmlFractionDetector extends Object implements FractionDetector<PathSource>
| Modifier and Type | Field and Description |
|---|---|
protected org.jboss.shrinkwrap.descriptor.api.webapp31.WebAppDescriptor |
webXMl |
| Constructor and Description |
|---|
WebXmlFractionDetector() |
| Modifier and Type | Method and Description |
|---|---|
void |
detect(PathSource element) |
boolean |
detectionComplete() |
protected boolean |
doDetect() |
String |
extensionToDetect() |
void |
hasServlet(String servletClass) |
boolean |
wasDetected() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitartifactIdpublic String extensionToDetect()
extensionToDetect in interface FractionDetector<PathSource>public boolean detectionComplete()
detectionComplete in interface FractionDetector<PathSource>public boolean wasDetected()
wasDetected in interface FractionDetector<PathSource>public void detect(PathSource element)
detect in interface FractionDetector<PathSource>public void hasServlet(String servletClass)
protected boolean doDetect()
Copyright © 2017 JBoss by Red Hat. All rights reserved.