mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
IDEADEV-41034: Artifact: manifest.mf name recognition is case-sensitive
This commit is contained in:
+5
-1
@@ -77,16 +77,20 @@ public abstract class PackagingElementFactory {
|
||||
@NotNull
|
||||
public abstract CompositePackagingElement<?> getOrCreateArchive(@NotNull CompositePackagingElement<?> parent, @NotNull String relativePath);
|
||||
|
||||
public abstract void addFileCopy(@NotNull CompositePackagingElement<?> root, @NotNull String outputDirectoryPath, @NotNull String sourceFilePath,
|
||||
final String outputFileName);
|
||||
|
||||
public abstract void addFileCopy(@NotNull CompositePackagingElement<?> root, @NotNull String outputDirectoryPath, @NotNull String sourceFilePath);
|
||||
|
||||
@NotNull
|
||||
public abstract PackagingElement<?> createParentDirectories(@NotNull String relativeOutputPath, @NotNull PackagingElement<?> element);
|
||||
|
||||
|
||||
@NotNull
|
||||
public abstract List<? extends PackagingElement<?>> createParentDirectories(@NotNull String relativeOutputPath, @NotNull List<? extends PackagingElement<?>> elements);
|
||||
|
||||
|
||||
@NotNull
|
||||
|
||||
public abstract CompositePackagingElementType<?>[] getCompositeElementTypes();
|
||||
|
||||
@Nullable
|
||||
|
||||
Reference in New Issue
Block a user