Uses of Class
org.apache.maven.buildcache.xml.config.DirName
Packages that use DirName
-
Uses of DirName in org.apache.maven.buildcache.xml
Methods in org.apache.maven.buildcache.xml that return types with arguments of type DirNameModifier and TypeMethodDescriptionCacheConfig.getAttachedOutputs()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 DirNameMethods in org.apache.maven.buildcache.xml.config with parameters of type DirNameModifier and TypeMethodDescriptionvoidAttachedOutputs.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 DirNameModifier and TypeMethodDescriptionvoidAttachedOutputs.setDirNames(List<DirName> dirNames) Set path to a directory containing files which needs to be saved/restored (relative to the build directory).