Package de.gebit.integrity.ui.linking
Interface IntegrityURLResolver
-
- All Known Implementing Classes:
DefaultIntegrityURLResolver
public interface IntegrityURLResolver
TheIntegrityURLResolver
is responsible to resolve integrity:// URLs.- Author:
- Rene Schneider - initial API and implementation
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
parseURL(String anURL)
Parses an Integrity URL and jumps to the specified suite and line, if possible.
-
-
-
Method Detail
-
parseURL
boolean parseURL(String anURL)
Parses an Integrity URL and jumps to the specified suite and line, if possible.- Parameters:
anURL
- the URL to parse- Returns:
- true if the URL matches the Integrity URL pattern, false if not
-
-