ClassLoader whose classpath will be used to find Transition resources.
path to resource "directory" in the classpath that might contain Transition resources.
TransitionMetadataParser to use for extracting TransitionMetadata from resource files.
Seq of ResourceResolvers to use, in order, to look for resources on the classpath; the first one which returns
FileNotFoundException if resourceDirectory does not exist or is ""
ClassLoader whose classpath will be used to find Transition resources.
Return the path of every resource found within the resourceDirectoryPath.
Apply the transitionParser to every resource found within the resourceDirectoryPath, and return a Set of ResourceFileTransitions for those that contain the required Transition metadata.
path to resource "directory" in the classpath that might contain Transition resources.
Seq of ResourceResolvers to use, in order, to look for resources on the classpath; the first one which returns
TransitionMetadataParser to use for extracting TransitionMetadata from resource files.
Utility for finding and parsing Transition metadata from resource files on the classpath.
Author:
Eric Evans
FileNotFoundExceptionif resourceDirectory does not exist or is ""