org.netbeans.modules.java.source 0.80.1 17

org.netbeans.api.java.source
Interface BuildArtifactMapper.ArtifactsUpdated

Enclosing class:
BuildArtifactMapper

public static interface BuildArtifactMapper.ArtifactsUpdated

Notify that the files in the output directory has been updated.

Since:
0.37

Method Summary
 void artifactsUpdated(Iterable<File> artifacts)
          Notify that the files in the output directory has been updated.
 

Method Detail

artifactsUpdated

void artifactsUpdated(@NonNull
                      Iterable<File> artifacts)
Notify that the files in the output directory has been updated.

Parameters:
artifacts - the updated files
Since:
0.37

org.netbeans.modules.java.source 0.80.1 17

Built on December 5 2011.  |  Portions Copyright 1997-2011 Sun Microsystems, Inc. All rights reserved.