Package net.officefloor.frame.api.source
-
Interface Summary Interface Description IssueTarget Receives the issue.ResourceSource Source for resources.ServiceContext Context for theServiceFactory
.ServiceFactory<S> Generic factory to be loaded by theServiceLoader
.SourceContext Generic context for a source.SourceProperties Properties for the source. -
Error Summary Error Description AbstractSourceError Abstract source error.LoadServiceError Indicates a service was not able to be loaded.UnknownClassError Indicates aClass
was not available from theSourceContext
.UnknownPropertyError Indicates a property was not configured within theSourceProperties
.UnknownResourceError Indicates a resource was not available from theSourceContext
.UnknownServiceError Indicates a service was not available from theSourceContext
. -
Annotation Types Summary Annotation Type Description PrivateSource Annotation to be applied to private sources so they are ignored from being dynamically "discovered" for use in configuration.TestSource Annotation to be applied to test/mock sources so they are ignored from being dynamically "discovered" for use in configuration.