Uses of Class
org.apache.maven.buildcache.xml.config.MultiModule
-
Packages that use MultiModule Package Description org.apache.maven.buildcache.xml org.apache.maven.buildcache.xml.config -
-
Uses of MultiModule in org.apache.maven.buildcache.xml
Methods in org.apache.maven.buildcache.xml that return MultiModule Modifier and Type Method Description MultiModule
CacheConfig. getMultiModule()
MultiModule
CacheConfigImpl. getMultiModule()
-
Uses of MultiModule in org.apache.maven.buildcache.xml.config
Methods in org.apache.maven.buildcache.xml.config that return MultiModule Modifier and Type Method Description MultiModule
Configuration. getMultiModule()
Get specifies related to multi module projects configuration.Methods in org.apache.maven.buildcache.xml.config with parameters of type MultiModule Modifier and Type Method Description void
Configuration. setMultiModule(MultiModule multiModule)
Set specifies related to multi module projects configuration.
-