public abstract class WebXmlDescriptorFractionDetector extends Object implements FractionDetector<InputStream>
| Modifier and Type | Field and Description |
|---|---|
protected org.jboss.shrinkwrap.descriptor.api.webapp31.WebAppDescriptor |
webXMl |
| Constructor and Description |
|---|
WebXmlDescriptorFractionDetector() |
| Modifier and Type | Method and Description |
|---|---|
void |
detect(InputStream element) |
boolean |
detectionComplete() |
protected abstract boolean |
doDetect() |
String |
extensionToDetect() |
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>protected abstract boolean doDetect()
Copyright © 2017 JBoss by Red Hat. All rights reserved.