Package ro.sync.ecss.extensions.api
Interface ReferenceErrorResolver
- All Known Implementing Classes:
ReferenceErrorResolverExt
@API(type=EXTENDABLE,
src=PUBLIC)
public interface ReferenceErrorResolver
Resolver for errors concerning references. It will offer solutions for solving
the current reference error.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
resolveError
(AuthorAccess authorAccess) Offers solutions to the current reference error.
-
Method Details
-
resolveError
Offers solutions to the current reference error.- Parameters:
authorAccess
- Access to the author page.
-