public interface DepsInfoProvider
Modifier and Type | Method and Description |
---|---|
String |
getGwtXmlFilePath(String moduleName)
Returns the .gwt.xml file path for the given module referenced by name.
|
Set<String> |
getSourceModuleNames(String typeSourceName)
Returns a set of the names of modules that source included the given type referenced by name.
|
Set<String> |
getTransitiveDepModuleNames(String targetModuleName)
Returns a set of the names of modules in the transitive dependency tree for the given module
referenced by name.
|
String getGwtXmlFilePath(String moduleName)
Set<String> getSourceModuleNames(String typeSourceName)
Copyright © 2018. All rights reserved.