public class ResourceResolution extends Object
Contains a record of the one most specific matching PathPrefix as well as the set of names of all Modules that registered any matching PathPrefix.
Constructor and Description |
---|
ResourceResolution() |
Modifier and Type | Method and Description |
---|---|
boolean |
addSourceModuleName(String sourceModuleName) |
boolean |
equals(Object object) |
PathPrefix |
getPathPrefix() |
SortedSet<String> |
getSourceModuleNames() |
int |
hashCode() |
void |
setPathPrefix(PathPrefix pathPrefix) |
public boolean addSourceModuleName(String sourceModuleName)
public PathPrefix getPathPrefix()
public void setPathPrefix(PathPrefix pathPrefix)
Copyright © 2018. All rights reserved.