Uses of Class
ca.cgjennings.apps.arkham.project.MetadataSource
-
Packages that use MetadataSource Package Description ca.cgjennings.apps.arkham.project -
-
Uses of MetadataSource in ca.cgjennings.apps.arkham.project
Subclasses of MetadataSource in ca.cgjennings.apps.arkham.project Modifier and Type Class Description static class
MetadataSource.ThreadedMetadataSource
An abstract helper class for creating metadata sources that fill in some of their data from a background thread.Methods in ca.cgjennings.apps.arkham.project that return MetadataSource Modifier and Type Method Description MetadataSource
Member. getMetadataSource()
Returns aMetadataSource
that is appropriate for fetching metadata for a file of the type represented by this member.MetadataSource
MetadataSource. getSpecificInstanceFor(Member m)
After locating the correct source for a given member, a specific instance is requested by calling this method.Methods in ca.cgjennings.apps.arkham.project with parameters of type MetadataSource Modifier and Type Method Description static void
Member. registerMetadataSource(MetadataSource source)
Adds a new source of metadata.static void
Member. unregisterMetadataSource(MetadataSource source)
Removes a previously registered source of metadata.
-