Package org.jabylon.common.resolver
Interface URIHandler
-
- All Known Implementing Classes:
UserManagmentURIHandler,WorkspaceURIHandler
public interface URIHandler
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleancanHandle(Object o)booleancanHandle(org.eclipse.emf.common.util.URI uri)Objectresolve(org.eclipse.emf.common.util.URI uri)org.eclipse.emf.common.util.URItoURI(Object o)
-