Package com.thaiopensource.resolver
Interface Resolver
-
- All Known Implementing Classes:
AbstractResolver,BasicResolver,CatalogResolver,SequenceResolver
public interface Resolver
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidopen(Input input)voidresolve(Identifier id, Input input)
-
-
-
Method Detail
-
resolve
void resolve(Identifier id, Input input) throws java.io.IOException, ResolverException
- Throws:
java.io.IOExceptionResolverException
-
open
void open(Input input) throws java.io.IOException, ResolverException
- Throws:
java.io.IOExceptionResolverException
-
-