Class VfsSchemeResourceFinderFactory

  • All Implemented Interfaces:
    UriSchemeResourceFinderFactory

    final class VfsSchemeResourceFinderFactory
    extends java.lang.Object
    implements UriSchemeResourceFinderFactory
    A JBoss-based "vfsfile", "vfs" and "vfszip" scheme URI scanner.

    This approach uses reflection to allow for zero-deps and support for both the v2 (EAP5, AS5) and v3 VFS APIs (AS6, AS7, EAP6 & WildFly) which are not binary compatible.

    • Field Detail

      • SCHEMES

        private static final java.util.Set<java.lang.String> SCHEMES
    • Constructor Detail

      • VfsSchemeResourceFinderFactory

        VfsSchemeResourceFinderFactory()