Package

org.elevans.migration

resource

Permalink

package resource

Visibility
  1. Public
  2. All

Type Members

  1. class BundleResourceResolver extends ResourceResolver with LazyLogging

    Permalink

    ResourceResolver for resources within an OSGi bundle (URL protocol "bundle:").

    ResourceResolver for resources within an OSGi bundle (URL protocol "bundle:").

    Author:

    Eric Evans

  2. trait ResourceResolver extends AnyRef

    Permalink

    Trait for resolving transition resources under a given URL.

    Trait for resolving transition resources under a given URL.

    Author:

    Eric Evans

  3. case class ResourceTransition(resourcePath: String, beforeState: String, afterState: String, isDestructive: Boolean) extends Transition with Product with Serializable

    Permalink

    A Transition that is embodied in the specified resource.

    A Transition that is embodied in the specified resource.

    Author:

    Eric Evans

  4. class ResourceTransitionFinder extends LazyLogging

    Permalink

    Utility for finding and parsing Transition metadata from resource files on the classpath.

    Utility for finding and parsing Transition metadata from resource files on the classpath.

    Author:

    Eric Evans

    Exceptions thrown

    FileNotFoundException if resourceDirectory does not exist or is ""

Value Members

  1. object FileResourceResolver extends ResourceResolver with LazyLogging

    Permalink

    ResourceResolver for resources in the filesystem (URL protocol "file:").

    ResourceResolver for resources in the filesystem (URL protocol "file:").

    Author:

    Eric Evans

  2. object JarFileResourceResolver extends ResourceResolver with LazyLogging

    Permalink

    ResourceResolver for resources within a JAR file (URL protocol "jar:").

    ResourceResolver for resources within a JAR file (URL protocol "jar:").

    Author:

    Eric Evans

Ungrouped