Class AttachedOutputs
- java.lang.Object
- 
- org.apache.maven.buildcache.xml.config.AttachedOutputs
 
- 
- All Implemented Interfaces:
- Serializable
 
 public class AttachedOutputs extends Object implements Serializable Section relative to outputs which are not artifacts but need to be saved/restored.- Version:
- $Revision$ $Date$
- See Also:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors Constructor Description AttachedOutputs()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddDirName(DirName dirName)Method addDirName.List<DirName>getDirNames()Method getDirNames.voidremoveDirName(DirName dirName)Method removeDirName.voidsetDirNames(List<DirName> dirNames)Set path to a directory containing files which needs to be saved/restored (relative to the build directory).
 
-