public abstract class ResolvingService extends Object
| Constructor and Description |
|---|
ResolvingService() |
| Modifier and Type | Method and Description |
|---|---|
Resolver |
getParent() |
abstract void |
resolve(File target,
String args) |
void |
setParent(Resolver parent) |
public Resolver getParent()
public void setParent(Resolver parent)
public abstract void resolve(File target, String args) throws IOException, UnresolvableResourceException
Copyright © 2017. All rights reserved.