Esempio n. 1
0
 @Override
 public void addElementsToDirectory(
     @NotNull Artifact artifact,
     @NotNull String relativePath,
     @NotNull PackagingElement<?> element) {
   addElementsToDirectory(artifact, relativePath, Collections.singletonList(element));
 }