Class 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 Detail

      • AttachedOutputs

        public AttachedOutputs()
    • Method Detail

      • addDirName

        public void addDirName​(DirName dirName)
        Method addDirName.
        Parameters:
        dirName - a dirName object.
      • getDirNames

        public List<DirName> getDirNames()
        Method getDirNames.
        Returns:
        List
      • removeDirName

        public void removeDirName​(DirName dirName)
        Method removeDirName.
        Parameters:
        dirName - a dirName object.
      • setDirNames

        public void setDirNames​(List<DirName> dirNames)
        Set path to a directory containing files which needs to be saved/restored (relative to the build directory).
        Parameters:
        dirNames - a dirNames object.