Uses of Class
org.apache.maven.buildcache.xml.config.DirName
-
Packages that use DirName Package Description org.apache.maven.buildcache.xml org.apache.maven.buildcache.xml.config -
-
Uses of DirName in org.apache.maven.buildcache.xml
Methods in org.apache.maven.buildcache.xml that return types with arguments of type DirName Modifier and Type Method Description List<DirName>CacheConfig. getAttachedOutputs()List<DirName>CacheConfigImpl. getAttachedOutputs() -
Uses of DirName in org.apache.maven.buildcache.xml.config
Methods in org.apache.maven.buildcache.xml.config that return types with arguments of type DirName Modifier and Type Method Description List<DirName>AttachedOutputs. getDirNames()Method getDirNames.Methods in org.apache.maven.buildcache.xml.config with parameters of type DirName Modifier and Type Method Description voidAttachedOutputs. addDirName(DirName dirName)Method addDirName.voidAttachedOutputs. removeDirName(DirName dirName)Method removeDirName.Method parameters in org.apache.maven.buildcache.xml.config with type arguments of type DirName Modifier and Type Method Description voidAttachedOutputs. setDirNames(List<DirName> dirNames)Set path to a directory containing files which needs to be saved/restored (relative to the build directory).
-