public abstract class AbstractResourceProvider extends Object implements InjectableResourceProvider
Constructor and Description |
---|
AbstractResourceProvider() |
Modifier and Type | Method and Description |
---|---|
protected Set<Annotation> |
getAnnotations() |
protected javax.enterprise.inject.spi.InjectionPoint |
getInjectionPoint() |
protected boolean |
isXml(String fileName) |
protected void |
loadInputStreamToProperties(InputStream inputStream,
Properties properties,
String name) |
Properties |
readProperties(InjectableResource injectableResource) |
List<InputStream> |
readStreams(InjectableResource injectableResource) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
readStream
protected boolean isXml(String fileName)
protected javax.enterprise.inject.spi.InjectionPoint getInjectionPoint()
protected Set<Annotation> getAnnotations()
protected void loadInputStreamToProperties(InputStream inputStream, Properties properties, String name)
public Properties readProperties(InjectableResource injectableResource)
readProperties
in interface InjectableResourceProvider
public List<InputStream> readStreams(InjectableResource injectableResource)
readStreams
in interface InjectableResourceProvider
Copyright © 2020 The Apache Software Foundation. All rights reserved.