Class ResourceInfo


  • public class ResourceInfo
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      ResourceInfo​(org.osgi.framework.ServiceReference reference)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean canHandle​(java.lang.String requestedPath)  
      java.util.List<java.lang.String> getPatterns()  
      boolean isValid()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ResourceInfo

        public ResourceInfo​(org.osgi.framework.ServiceReference reference)
    • Method Detail

      • isValid

        public boolean isValid()
      • getPatterns

        public java.util.List<java.lang.String> getPatterns()
      • canHandle

        public boolean canHandle​(java.lang.String requestedPath)