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 Summary
Constructors Constructor Description AttachedOutputs()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addDirName(DirName dirName)
Method addDirName.List<DirName>
getDirNames()
Method getDirNames.void
removeDirName(DirName dirName)
Method removeDirName.void
setDirNames(List<DirName> dirNames)
Set path to a directory containing files which needs to be saved/restored (relative to the build directory).
-