org.beangle.commons.io

ResourcePatternResolver

Related Doc: package io

class ResourcePatternResolver extends ResourceResolver

Linear Supertypes
ResourceResolver, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. ResourcePatternResolver
  2. ResourceResolver
  3. AnyRef
  4. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ResourcePatternResolver(loader: ResourceLoader = new ClasspathResourceLoader)

Value Members

  1. final def !=(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  4. val ClasspathAllUrlPrefix: String

    Definition Classes
    ResourceResolver
  5. val ClasspathUrlPrefix: String

    Definition Classes
    ResourceResolver
  6. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  7. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. def determineRootDir(location: String): String

    Attributes
    protected
  9. def doFindFileResources(rootDirURL: URL, pattern: AntPathPattern): Set[URL]

    Find all resources in the file system that match the given location pattern via the Ant-style PathMatcher.

    Find all resources in the file system that match the given location pattern via the Ant-style PathMatcher.

    Attributes
    protected
  10. def doFindJarResources(rootDirResource: URL, subPattern: AntPathPattern): Set[URL]

    Find all resources in jar files that match the given location pattern via the Ant-style PathMatcher.

    Find all resources in jar files that match the given location pattern via the Ant-style PathMatcher.

    Attributes
    protected
  11. def doRetrieveMatchingFiles(pattern: AntPathPattern, dir: File, result: Set[File]): Unit

    Recursively retrieve files that match the given pattern, adding them to the given result list.

    Recursively retrieve files that match the given pattern, adding them to the given result list.

    Attributes
    protected
  12. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  13. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  14. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  15. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  16. def getResources(locationPattern: String): List[URL]

    Find all resources that match the given location pattern via the Ant-style PathMatcher.

    Find all resources that match the given location pattern via the Ant-style PathMatcher. Supports resources in jar files and zip files and in the file system.

    Definition Classes
    ResourcePatternResolverResourceResolver
  17. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  18. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  19. val loader: ResourceLoader

  20. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  21. final def notify(): Unit

    Definition Classes
    AnyRef
  22. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  23. def resolve(url: URL): URL

    Resolve the specified resource for path matching.

    Resolve the specified resource for path matching.

    The default implementation detects an Equinox OSGi "bundleresource:" / "bundleentry:" URL and resolves it into a standard jar file URL that can be traversed using Spring's standard jar file traversal algorithm.

    Attributes
    protected
  24. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  25. def toString(): String

    Definition Classes
    AnyRef → Any
  26. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  27. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  28. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from ResourceResolver

Inherited from AnyRef

Inherited from Any

Ungrouped