public class FileSystemResolver extends AbstractResolver
Constructor and Description |
---|
FileSystemResolver(Resolver next,
String cacheRoot) |
Modifier and Type | Method and Description |
---|---|
TypeDefinition |
resolve(TypeFQN fqn,
ContainerRoot model)
Tries to resolve type from cached models on the file system ($HOME/.kevoree/tdefs)
|
next
public TypeDefinition resolve(TypeFQN fqn, ContainerRoot model) throws KevScriptException
fqn
- fqn of the typemodel
- context modelKevScriptException
- if something goes wrongCopyright © 2017 Kevoree Project. All rights reserved.