public abstract class WebXmlFractionDetector extends Object implements FractionDetector<InputStream>
| Constructor and Description |
|---|
WebXmlFractionDetector() |
| Modifier and Type | Method and Description |
|---|---|
void |
detect(InputStream element) |
boolean |
detectionComplete() |
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<InputStream>public boolean detectionComplete()
detectionComplete in interface FractionDetector<InputStream>public boolean wasDetected()
wasDetected in interface FractionDetector<InputStream>public void detect(InputStream element)
detect in interface FractionDetector<InputStream>public void hasServlet(String servletClass)
Copyright © 2017 JBoss by Red Hat. All rights reserved.