Package net.fabricmc.loom.util
Class SourceRemapper
java.lang.Object
net.fabricmc.loom.util.SourceRemapper
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic class -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic org.cadixdev.mercury.MercurycreateMercuryWithClassPath(org.gradle.api.Project project, boolean toNamed)voidremapAll()static voidremapSources(org.gradle.api.Project project, File input, File output, boolean named, boolean reproducibleFileOrder, boolean preserveFileTimestamps)voidscheduleRemapSources(File source, File destination, boolean reproducibleFileOrder, boolean preserveFileTimestamps)void
-
Constructor Details
-
SourceRemapper
public SourceRemapper(org.gradle.api.Project project, boolean toNamed)
-
-
Method Details
-
remapSources
public static void remapSources(org.gradle.api.Project project, File input, File output, boolean named, boolean reproducibleFileOrder, boolean preserveFileTimestamps) throws IOException- Throws:
IOException
-
scheduleRemapSources
-
scheduleRemapSources
-
remapAll
- Throws:
IOException
-
createMercuryWithClassPath
public static org.cadixdev.mercury.Mercury createMercuryWithClassPath(org.gradle.api.Project project, boolean toNamed)
-