WriterInterface
interface WriterInterface (View source)
Interface that persists package files after the filters have been applied.
Methods
                    $this
                
                
                
            
                    completed()
        
                                            
                
            Called after all the files have been processed succesfully.
Details
        
                            $this
    add(PackerFile $file)
        
    
    Add a file/directory.
        
                            
    completed()
        
    
    Called after all the files have been processed succesfully.